File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -268,3 +268,30 @@ load(
268
268
)
269
269
270
270
nccl_configure (name = "local_config_nccl" )
271
+
272
+ load (
273
+ "@xla//third_party/nvshmem/hermetic:nvshmem_json_init_repository.bzl" ,
274
+ "nvshmem_json_init_repository" ,
275
+ )
276
+
277
+ nvshmem_json_init_repository ()
278
+
279
+ load (
280
+ "@nvshmem_redist_json//:distributions.bzl" ,
281
+ "NVSHMEM_REDISTRIBUTIONS" ,
282
+ )
283
+ load (
284
+ "@xla//third_party/nvshmem/hermetic:nvshmem_redist_init_repository.bzl" ,
285
+ "nvshmem_redist_init_repository" ,
286
+ )
287
+
288
+ nvshmem_redist_init_repository (
289
+ nvshmem_redistributions = NVSHMEM_REDISTRIBUTIONS ,
290
+ )
291
+
292
+ load (
293
+ "@xla//third_party/nvshmem/hermetic:nvshmem_configure.bzl" ,
294
+ "nvshmem_configure" ,
295
+ )
296
+
297
+ nvshmem_configure (name = "local_config_nvshmem" )
You can’t perform that action at this time.
0 commit comments