From 1a19d5594a906e3fed0357043ffdc9f526d2b021 Mon Sep 17 00:00:00 2001 From: David Dunleavy Date: Tue, 4 Mar 2025 15:54:40 -0800 Subject: [PATCH] Update all uses of `@tsl//third_party` to `@xla//third_party` PiperOrigin-RevId: 733495240 --- BUILD.bazel | 2 +- WORKSPACE | 12 ++++++------ jaxlib/tools/BUILD.bazel | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index 617e39e73..441f689e3 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -load("@tsl//third_party/py:python_wheel.bzl", "collect_data_files", "transitive_py_deps") +load("@xla//third_party/py:python_wheel.bzl", "collect_data_files", "transitive_py_deps") load( "//jaxlib:jax.bzl", "jax_wheel", diff --git a/WORKSPACE b/WORKSPACE index 8c4f49ecf..129488281 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -70,7 +70,7 @@ jax_python_wheel_repository( ) load( - "@tsl//third_party/py:python_wheel.bzl", + "@xla//third_party/py:python_wheel.bzl", "python_wheel_version_suffix_repository", ) python_wheel_version_suffix_repository( @@ -78,7 +78,7 @@ python_wheel_version_suffix_repository( ) load( - "@tsl//third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl", + "@xla//third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl", "cuda_json_init_repository", ) @@ -90,7 +90,7 @@ load( "CUDNN_REDISTRIBUTIONS", ) load( - "@tsl//third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl", + "@xla//third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl", "cuda_redist_init_repositories", "cudnn_redist_init_repository", ) @@ -104,21 +104,21 @@ cudnn_redist_init_repository( ) load( - "@tsl//third_party/gpus/cuda/hermetic:cuda_configure.bzl", + "@xla//third_party/gpus/cuda/hermetic:cuda_configure.bzl", "cuda_configure", ) cuda_configure(name = "local_config_cuda") load( - "@tsl//third_party/nccl/hermetic:nccl_redist_init_repository.bzl", + "@xla//third_party/nccl/hermetic:nccl_redist_init_repository.bzl", "nccl_redist_init_repository", ) nccl_redist_init_repository() load( - "@tsl//third_party/nccl/hermetic:nccl_configure.bzl", + "@xla//third_party/nccl/hermetic:nccl_configure.bzl", "nccl_configure", ) diff --git a/jaxlib/tools/BUILD.bazel b/jaxlib/tools/BUILD.bazel index b95483b22..6eab64823 100644 --- a/jaxlib/tools/BUILD.bazel +++ b/jaxlib/tools/BUILD.bazel @@ -19,7 +19,7 @@ load("@bazel_skylib//rules:common_settings.bzl", "string_flag") load("@local_config_cuda//cuda:build_defs.bzl", "if_cuda") load("@local_config_rocm//rocm:build_defs.bzl", "if_rocm") load( - "@tsl//third_party/py:py_manylinux_compliance_test.bzl", + "@xla//third_party/py:py_manylinux_compliance_test.bzl", "verify_manylinux_compliance_test", ) load(