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(