Skip to content

Commit 148c798

Browse files
committed
Replace tsl with xla.
1 parent 2f27417 commit 148c798

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

WORKSPACE

+5-5
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ load("@xla//:workspace0.bzl", "xla_workspace0")
134134
xla_workspace0()
135135

136136
load(
137-
"@tsl//third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl",
137+
"@xla//third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl",
138138
"cuda_json_init_repository",
139139
)
140140

@@ -146,7 +146,7 @@ load(
146146
"CUDNN_REDISTRIBUTIONS",
147147
)
148148
load(
149-
"@tsl//third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl",
149+
"@xla//third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl",
150150
"cuda_redist_init_repositories",
151151
"cudnn_redist_init_repository",
152152
)
@@ -160,21 +160,21 @@ cudnn_redist_init_repository(
160160
)
161161

162162
load(
163-
"@tsl//third_party/gpus/cuda/hermetic:cuda_configure.bzl",
163+
"@xla//third_party/gpus/cuda/hermetic:cuda_configure.bzl",
164164
"cuda_configure",
165165
)
166166

167167
cuda_configure(name = "local_config_cuda")
168168

169169
load(
170-
"@tsl//third_party/nccl/hermetic:nccl_redist_init_repository.bzl",
170+
"@xla//third_party/nccl/hermetic:nccl_redist_init_repository.bzl",
171171
"nccl_redist_init_repository",
172172
)
173173

174174
nccl_redist_init_repository()
175175

176176
load(
177-
"@tsl//third_party/nccl/hermetic:nccl_configure.bzl",
177+
"@xla//third_party/nccl/hermetic:nccl_configure.bzl",
178178
"nccl_configure",
179179
)
180180

0 commit comments

Comments
 (0)