From 01e13e4cb35f38978236fa7a2fea63ab85b01a90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:59:53 +0000 Subject: [PATCH] chore(deps): update nccl digest to 1a16f42 --- examples/WORKSPACE.bazel | 6 +++--- examples/WORKSPACE.bzlmod | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/WORKSPACE.bazel b/examples/WORKSPACE.bazel index d95d8b03..86336cd7 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 = "9506287ad78f42126e269441c8c925ba6cb8e9c8b98c20d3b7ba76523c1f1e41", + strip_prefix = "nccl-1a16f427507cb985123e7565874f57b77a1ba2df", + urls = ["https://github.com/nvidia/nccl/archive/1a16f427507cb985123e7565874f57b77a1ba2df.tar.gz"], ) http_archive( diff --git a/examples/WORKSPACE.bzlmod b/examples/WORKSPACE.bzlmod index 8809e4e6..e309946d 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 = "9506287ad78f42126e269441c8c925ba6cb8e9c8b98c20d3b7ba76523c1f1e41", + strip_prefix = "nccl-1a16f427507cb985123e7565874f57b77a1ba2df", + urls = ["https://github.com/nvidia/nccl/archive/1a16f427507cb985123e7565874f57b77a1ba2df.tar.gz"], ) http_archive(