Remove # -*- Python -*-
from Starlark files.
PiperOrigin-RevId: 268048675
This commit is contained in:
parent
1b7bd772cf
commit
9621ac4de0
1
third_party/gpus/cuda_configure.bzl
vendored
1
third_party/gpus/cuda_configure.bzl
vendored
@ -1,4 +1,3 @@
|
||||
# -*- Python -*-
|
||||
"""Repository rule for CUDA autoconfiguration.
|
||||
|
||||
`cuda_configure` depends on the following environment variables:
|
||||
|
1
third_party/gpus/rocm_configure.bzl
vendored
1
third_party/gpus/rocm_configure.bzl
vendored
@ -1,4 +1,3 @@
|
||||
# -*- Python -*-
|
||||
"""Repository rule for ROCm autoconfiguration.
|
||||
|
||||
`rocm_configure` depends on the following environment variables:
|
||||
|
1
third_party/mkl/build_defs.bzl
vendored
1
third_party/mkl/build_defs.bzl
vendored
@ -1,4 +1,3 @@
|
||||
# -*- Python -*-
|
||||
"""Skylark macros for MKL.
|
||||
|
||||
if_mkl is a conditional to check if we are building with MKL.
|
||||
|
1
third_party/nccl/nccl_configure.bzl
vendored
1
third_party/nccl/nccl_configure.bzl
vendored
@ -1,4 +1,3 @@
|
||||
# -*- Python -*-
|
||||
"""Repository rule for NCCL configuration.
|
||||
|
||||
`nccl_configure` depends on the following environment variables:
|
||||
|
1
third_party/systemlibs/syslibs_configure.bzl
vendored
1
third_party/systemlibs/syslibs_configure.bzl
vendored
@ -1,4 +1,3 @@
|
||||
# -*- Python -*-
|
||||
"""Repository rule for system library autoconfiguration.
|
||||
|
||||
`syslibs_configure` depends on the following environment variables:
|
||||
|
1
third_party/tensorrt/tensorrt_configure.bzl
vendored
1
third_party/tensorrt/tensorrt_configure.bzl
vendored
@ -1,4 +1,3 @@
|
||||
# -*- Python -*-
|
||||
"""Repository rule for TensorRT configuration.
|
||||
|
||||
`tensorrt_configure` depends on the following environment variables:
|
||||
|
@ -1,4 +1,3 @@
|
||||
# -*- Python -*-
|
||||
"""Repository rule for arm compiler autoconfiguration."""
|
||||
|
||||
def _tpl(repository_ctx, tpl, substitutions = {}, out = None):
|
||||
|
Loading…
Reference in New Issue
Block a user