Skip to content

Commit 607b879

Browse files
chore(deps): update nccl digest to 7c12c62
1 parent 1bc391d commit 607b879

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2626
http_archive(
2727
name = "nccl",
2828
build_file = "@rules_cuda_examples//nccl:nccl.BUILD",
29-
sha256 = "83b299cfc2dfe63887dadf3590b3ac2b8b2fd68ec5515b6878774eda39a697d2",
30-
strip_prefix = "nccl-9814c75eea18fc7374cde884592233b6b7dc055b",
31-
urls = ["https://github.com/nvidia/nccl/archive/9814c75eea18fc7374cde884592233b6b7dc055b.tar.gz"],
29+
sha256 = "dd6a55641d7113145f7bf4083c8e77ca0e36e08095dffdc4d71a726ce6b65c72",
30+
strip_prefix = "nccl-7c12c627c62ef4e5a2485777a8d9dce58f3f562f",
31+
urls = ["https://github.com/nvidia/nccl/archive/7c12c627c62ef4e5a2485777a8d9dce58f3f562f.tar.gz"],
3232
)
3333

3434
http_archive(

examples/WORKSPACE.bzlmod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # For WORK
1010
http_archive(
1111
name = "nccl",
1212
build_file = "@rules_cuda_examples//nccl:nccl.BUILD",
13-
sha256 = "83b299cfc2dfe63887dadf3590b3ac2b8b2fd68ec5515b6878774eda39a697d2",
14-
strip_prefix = "nccl-9814c75eea18fc7374cde884592233b6b7dc055b",
15-
urls = ["https://github.com/nvidia/nccl/archive/9814c75eea18fc7374cde884592233b6b7dc055b.tar.gz"],
13+
sha256 = "dd6a55641d7113145f7bf4083c8e77ca0e36e08095dffdc4d71a726ce6b65c72",
14+
strip_prefix = "nccl-7c12c627c62ef4e5a2485777a8d9dce58f3f562f",
15+
urls = ["https://github.com/nvidia/nccl/archive/7c12c627c62ef4e5a2485777a8d9dce58f3f562f.tar.gz"],
1616
)
1717

1818
http_archive(

0 commit comments

Comments
 (0)