@@ -9,7 +9,7 @@ http_archive(
9
9
urls = ["https://github.com/wsmoses/nsync/archive/{commit}.tar.gz" .format (commit = NSYNC_COMMIT )],
10
10
)
11
11
12
- ENZYMEXLA_COMMIT = "7d5b22fc4d9e4d9fb28ba422cb3b6bb510ea0cf9 "
12
+ ENZYMEXLA_COMMIT = "6116ac04785ad6c0e160b3614fe6cadc19d479c6 "
13
13
ENZYMEXLA_SHA256 = ""
14
14
15
15
http_archive (
@@ -224,9 +224,6 @@ xla_workspace1()
224
224
load ("@xla//:workspace0.bzl" , "xla_workspace0" )
225
225
xla_workspace0 ()
226
226
227
- load ("@jax//third_party/flatbuffers:workspace.bzl" , flatbuffers = "repo" )
228
- flatbuffers ()
229
-
230
227
load ("@jax//jaxlib:jax_python_wheel.bzl" , "jax_python_wheel_repository" )
231
228
jax_python_wheel_repository (
232
229
name = "jax_wheel" ,
@@ -235,15 +232,18 @@ jax_python_wheel_repository(
235
232
)
236
233
237
234
load (
238
- "@tsl //third_party/py:python_wheel.bzl" ,
235
+ "@xla //third_party/py:python_wheel.bzl" ,
239
236
"python_wheel_version_suffix_repository" ,
240
237
)
241
238
python_wheel_version_suffix_repository (
242
239
name = "jax_wheel_version_suffix" ,
243
240
)
244
241
242
+ load ("@jax//third_party/flatbuffers:workspace.bzl" , flatbuffers = "repo" )
243
+ flatbuffers ()
244
+
245
245
load (
246
- "@tsl //third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl" ,
246
+ "@xla //third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl" ,
247
247
"cuda_json_init_repository" ,
248
248
)
249
249
@@ -255,7 +255,7 @@ load(
255
255
"CUDNN_REDISTRIBUTIONS" ,
256
256
)
257
257
load (
258
- "@tsl //third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl" ,
258
+ "@xla //third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl" ,
259
259
"cuda_redist_init_repositories" ,
260
260
"cudnn_redist_init_repository" ,
261
261
)
@@ -269,21 +269,21 @@ cudnn_redist_init_repository(
269
269
)
270
270
271
271
load (
272
- "@tsl //third_party/gpus/cuda/hermetic:cuda_configure.bzl" ,
272
+ "@xla //third_party/gpus/cuda/hermetic:cuda_configure.bzl" ,
273
273
"cuda_configure" ,
274
274
)
275
275
276
276
cuda_configure (name = "local_config_cuda" )
277
277
278
278
load (
279
- "@tsl //third_party/nccl/hermetic:nccl_redist_init_repository.bzl" ,
279
+ "@xla //third_party/nccl/hermetic:nccl_redist_init_repository.bzl" ,
280
280
"nccl_redist_init_repository" ,
281
281
)
282
282
283
283
nccl_redist_init_repository ()
284
284
285
285
load (
286
- "@tsl //third_party/nccl/hermetic:nccl_configure.bzl" ,
286
+ "@xla //third_party/nccl/hermetic:nccl_configure.bzl" ,
287
287
"nccl_configure" ,
288
288
)
289
289
0 commit comments