Skip to content

Commit 4b34e39

Browse files
chore(deps): update nccl digest to ab2b89c
1 parent 8f2f2e6 commit 4b34e39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/WORKSPACE.bazel

+3-3
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 = "cf8aa6a71e6d1200e5a8568e0fb185a3892083866579a3115c5d574c8ed6dba9",
30+
strip_prefix = "nccl-ab2b89c4c339bd7f816fbc114a4b05d386b66290",
31+
urls = ["https://github.com/nvidia/nccl/archive/ab2b89c4c339bd7f816fbc114a4b05d386b66290.tar.gz"],
3232
)
3333

3434
http_archive(

0 commit comments

Comments
 (0)