Skip to content

Commit b3dcf15

Browse files
committed
nvshmem
1 parent 17d6058 commit b3dcf15

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,30 @@ load(
268268
)
269269

270270
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")

0 commit comments

Comments
 (0)