Skip to content

Commit 33aec8f

Browse files
ddunlGoogle-ML-Automation
authored andcommitted
Add .bazel suffix to some BUILD files in TSL
PiperOrigin-RevId: 735417419
1 parent 522145f commit 33aec8f

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

opensource_only.files

-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ compiler/xla/pjrt/cpu/package_groups.bzl:
77
compiler/xla/pjrt/gpu/package_groups.bzl:
88
compiler/xla/stream_executor/build_defs.bzl:
99
compiler/xla/tsl/cuda/stub.bzl:
10-
compiler/xla/tsl/mkl/BUILD:
1110
compiler/xla/tsl/mkl/LICENSE:
1211
compiler/xla/tsl/mkl/MKL_LICENSE:
1312
compiler/xla/tsl/mkl/build_defs.bzl:
1413
compiler/xla/tsl/package_groups.bzl:
15-
compiler/xla/tsl/profiler/BUILD:
1614
third_party/absl/com_google_absl.BUILD:
1715
third_party/clang_toolchain/cc_configure_clang.bzl:
1816
third_party/clang_toolchain/download_clang.bzl:
File renamed without changes.

xla/tsl/profiler/BUILD xla/tsl/profiler/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
1+
# copybara:uncomment package(default_applicable_licenses = ["//third_party/tensorflow:license"])
22

33
package_group(
44
name = "friends",

0 commit comments

Comments
 (0)