Skip to content

Commit

Permalink
Update uses of @tsl//third_party to @xla//third_party after tenso…
Browse files Browse the repository at this point in the history
…rflow/tensorflow@40998f4

PiperOrigin-RevId: 733371525
  • Loading branch information
ddunl authored and copybara-github committed Mar 5, 2025
1 parent b9717be commit 0f77e9a
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("//:config.bzl", "repository_configuration")

repository_configuration(name = "repository_configuration")

load("@repository_configuration//:repository_config.bzl", "PROFILER_PYTHON_VERSION", "PROFILER_REQUIREMENTS_FILE")

print("Using Python Version = {}".format(PROFILER_PYTHON_VERSION))

http_archive(
Expand Down Expand Up @@ -218,7 +216,14 @@ load("@org_tensorflow//tensorflow:workspace0.bzl", "tf_workspace0")
tf_workspace0()

load(
"@local_tsl//third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl",
"@local_xla//third_party/py:python_wheel.bzl",
"python_wheel_version_suffix_repository",
)

python_wheel_version_suffix_repository(name = "tf_wheel_version_suffix")

load(
"@local_xla//third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl",
"cuda_json_init_repository",
)

Expand All @@ -230,7 +235,7 @@ load(
"CUDNN_REDISTRIBUTIONS",
)
load(
"@local_tsl//third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl",
"@local_xla//third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl",
"cuda_redist_init_repositories",
"cudnn_redist_init_repository",
)
Expand All @@ -244,21 +249,21 @@ cudnn_redist_init_repository(
)

load(
"@local_tsl//third_party/gpus/cuda/hermetic:cuda_configure.bzl",
"@local_xla//third_party/gpus/cuda/hermetic:cuda_configure.bzl",
"cuda_configure",
)

cuda_configure(name = "local_config_cuda")

load(
"@local_tsl//third_party/nccl/hermetic:nccl_redist_init_repository.bzl",
"@local_xla//third_party/nccl/hermetic:nccl_redist_init_repository.bzl",
"nccl_redist_init_repository",
)

nccl_redist_init_repository()

load(
"@local_tsl//third_party/nccl/hermetic:nccl_configure.bzl",
"@local_xla//third_party/nccl/hermetic:nccl_configure.bzl",
"nccl_configure",
)

Expand Down

0 comments on commit 0f77e9a

Please sign in to comment.