@@ -134,7 +134,7 @@ load("@xla//:workspace0.bzl", "xla_workspace0")
134
134
xla_workspace0 ()
135
135
136
136
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" ,
138
138
"cuda_json_init_repository" ,
139
139
)
140
140
@@ -146,7 +146,7 @@ load(
146
146
"CUDNN_REDISTRIBUTIONS" ,
147
147
)
148
148
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" ,
150
150
"cuda_redist_init_repositories" ,
151
151
"cudnn_redist_init_repository" ,
152
152
)
@@ -160,21 +160,21 @@ cudnn_redist_init_repository(
160
160
)
161
161
162
162
load (
163
- "@tsl //third_party/gpus/cuda/hermetic:cuda_configure.bzl" ,
163
+ "@xla //third_party/gpus/cuda/hermetic:cuda_configure.bzl" ,
164
164
"cuda_configure" ,
165
165
)
166
166
167
167
cuda_configure (name = "local_config_cuda" )
168
168
169
169
load (
170
- "@tsl //third_party/nccl/hermetic:nccl_redist_init_repository.bzl" ,
170
+ "@xla //third_party/nccl/hermetic:nccl_redist_init_repository.bzl" ,
171
171
"nccl_redist_init_repository" ,
172
172
)
173
173
174
174
nccl_redist_init_repository ()
175
175
176
176
load (
177
- "@tsl //third_party/nccl/hermetic:nccl_configure.bzl" ,
177
+ "@xla //third_party/nccl/hermetic:nccl_configure.bzl" ,
178
178
"nccl_configure" ,
179
179
)
180
180
0 commit comments