Remove # -*- Python -*- from Starlark files.

PiperOrigin-RevId: 268048675
This commit is contained in:
Christian Sigg 2019-09-09 12:12:32 -07:00 committed by TensorFlower Gardener
parent 1b7bd772cf
commit 9621ac4de0
7 changed files with 0 additions and 7 deletions

View File

@ -1,4 +1,3 @@
# -*- Python -*-
"""Repository rule for CUDA autoconfiguration.
`cuda_configure` depends on the following environment variables:

View File

@ -1,4 +1,3 @@
# -*- Python -*-
"""Repository rule for ROCm autoconfiguration.
`rocm_configure` depends on the following environment variables:

View File

@ -1,4 +1,3 @@
# -*- Python -*-
"""Skylark macros for MKL.
if_mkl is a conditional to check if we are building with MKL.

View File

@ -1,4 +1,3 @@
# -*- Python -*-
"""Repository rule for NCCL configuration.
`nccl_configure` depends on the following environment variables:

View File

@ -1,4 +1,3 @@
# -*- Python -*-
"""Repository rule for system library autoconfiguration.
`syslibs_configure` depends on the following environment variables:

View File

@ -1,4 +1,3 @@
# -*- Python -*-
"""Repository rule for TensorRT configuration.
`tensorrt_configure` depends on the following environment variables:

View File

@ -1,4 +1,3 @@
# -*- Python -*-
"""Repository rule for arm compiler autoconfiguration."""
def _tpl(repository_ctx, tpl, substitutions = {}, out = None):