From 7072885fa5aa86eaaf382f87753f0610e7acd4f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:23:50 +0000 Subject: [PATCH] chore(deps): update nccl digest to 6dd51f1 --- examples/WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/WORKSPACE.bazel b/examples/WORKSPACE.bazel index d95d8b03..0eff5b14 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 = "1f1eeb49bead942b57b1996d52304af35f868f451d7e644b937f85d22f554b01", + strip_prefix = "nccl-6dd51f15bf57a54d07f5f1282d9133fc6dbd3fed", + urls = ["https://github.com/nvidia/nccl/archive/6dd51f15bf57a54d07f5f1282d9133fc6dbd3fed.tar.gz"], ) http_archive(