Skip to content

Commit

Permalink
chore(deps): update nccl digest to 529ee69
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2024
1 parent 1fad6ba commit 978654e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "nccl",
build_file = "@rules_cuda_examples//nccl:nccl.BUILD",
sha256 = "83b299cfc2dfe63887dadf3590b3ac2b8b2fd68ec5515b6878774eda39a697d2",
strip_prefix = "nccl-9814c75eea18fc7374cde884592233b6b7dc055b",
urls = ["https://github.com/nvidia/nccl/archive/9814c75eea18fc7374cde884592233b6b7dc055b.tar.gz"],
sha256 = "b6147d630385296669f0d8021d67d2a24da1358ef33dab296c11d818d0fc4356",
strip_prefix = "nccl-529ee691c36c5a43656b80c32c049b9ae976d5c0",
urls = ["https://github.com/nvidia/nccl/archive/529ee691c36c5a43656b80c32c049b9ae976d5c0.tar.gz"],
)

http_archive(
Expand Down
6 changes: 3 additions & 3 deletions examples/WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # For WORK
http_archive(
name = "nccl",
build_file = "@rules_cuda_examples//nccl:nccl.BUILD",
sha256 = "83b299cfc2dfe63887dadf3590b3ac2b8b2fd68ec5515b6878774eda39a697d2",
strip_prefix = "nccl-9814c75eea18fc7374cde884592233b6b7dc055b",
urls = ["https://github.com/nvidia/nccl/archive/9814c75eea18fc7374cde884592233b6b7dc055b.tar.gz"],
sha256 = "b6147d630385296669f0d8021d67d2a24da1358ef33dab296c11d818d0fc4356",
strip_prefix = "nccl-529ee691c36c5a43656b80c32c049b9ae976d5c0",
urls = ["https://github.com/nvidia/nccl/archive/529ee691c36c5a43656b80c32c049b9ae976d5c0.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 978654e

Please sign in to comment.