diff --git a/examples/WORKSPACE.bazel b/examples/WORKSPACE.bazel index d95d8b03..c96ce040 100644 --- a/examples/WORKSPACE.bazel +++ b/examples/WORKSPACE.bazel @@ -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 = "c2e331a96bd746685a1058b3a77bdb1aae80f4566e9f81650fde9f5a1bce3e29", + strip_prefix = "nccl-178b6b759074597777ce13438efb0e0ba625e429", + urls = ["https://github.com/nvidia/nccl/archive/178b6b759074597777ce13438efb0e0ba625e429.tar.gz"], ) http_archive( diff --git a/examples/WORKSPACE.bzlmod b/examples/WORKSPACE.bzlmod index 8809e4e6..aebdc1f8 100644 --- a/examples/WORKSPACE.bzlmod +++ b/examples/WORKSPACE.bzlmod @@ -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 = "c2e331a96bd746685a1058b3a77bdb1aae80f4566e9f81650fde9f5a1bce3e29", + strip_prefix = "nccl-178b6b759074597777ce13438efb0e0ba625e429", + urls = ["https://github.com/nvidia/nccl/archive/178b6b759074597777ce13438efb0e0ba625e429.tar.gz"], ) http_archive(