Skip to content

Commit d18323f

Browse files
ddunljax authors
authored andcommitted
Move tsl/BUILD, tsl.bzl, and tsl.default.bzl to XLA
PiperOrigin-RevId: 623215553
1 parent 675fdba commit d18323f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxlib/jax.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ load("@com_github_google_flatbuffers//:build_defs.bzl", _flatbuffer_cc_library =
1818
load("@local_config_cuda//cuda:build_defs.bzl", _cuda_library = "cuda_library", _if_cuda_is_configured = "if_cuda_is_configured")
1919
load("@local_config_rocm//rocm:build_defs.bzl", _if_rocm_is_configured = "if_rocm_is_configured", _rocm_library = "rocm_library")
2020
load("@rules_cc//cc:defs.bzl", _cc_proto_library = "cc_proto_library")
21-
load("@tsl//tsl:tsl.bzl", _if_windows = "if_windows", _pybind_extension = "tsl_pybind_extension_opensource")
2221
load("@tsl//tsl/platform:build_config_root.bzl", _tf_cuda_tests_tags = "tf_cuda_tests_tags", _tf_exec_properties = "tf_exec_properties")
22+
load("@xla//xla/tsl:tsl.bzl", _if_windows = "if_windows", _pybind_extension = "tsl_pybind_extension_opensource")
2323

2424
# Explicitly re-exports names to avoid "unused variable" warnings from .bzl
2525
# lint tools.

0 commit comments

Comments
 (0)