Skip to content

Commit 567913c

Browse files
chore(deps): update nccl-tests digest to 501a149
1 parent 28177e2 commit 567913c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/WORKSPACE.bazel

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ http_archive(
3838
"-p1",
3939
],
4040
patches = ["@rules_cuda_examples//nccl:nccl-tests-clang.patch"],
41-
sha256 = "946adb84f63aec66aea7aab9739d41df81c24f783e85fba6328ba243cfc057e0",
42-
strip_prefix = "nccl-tests-1a5f551ffd6e3271982b03a9d5653a3f6ba545fa",
43-
urls = ["https://github.com/nvidia/nccl-tests/archive/1a5f551ffd6e3271982b03a9d5653a3f6ba545fa.tar.gz"],
41+
sha256 = "ff3ead0d6a414ad2024fca2661f7a1f0a55687796f41d1a67b0fb1595e5adc1f",
42+
strip_prefix = "nccl-tests-501a149d575fa62b7d8bea5b2bd20304dba55025",
43+
urls = ["https://github.com/nvidia/nccl-tests/archive/501a149d575fa62b7d8bea5b2bd20304dba55025.tar.gz"],
4444
)

examples/WORKSPACE.bzlmod

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ http_archive(
2222
"-p1",
2323
],
2424
patches = ["@rules_cuda_examples//nccl:nccl-tests-clang.patch"],
25-
sha256 = "946adb84f63aec66aea7aab9739d41df81c24f783e85fba6328ba243cfc057e0",
26-
strip_prefix = "nccl-tests-1a5f551ffd6e3271982b03a9d5653a3f6ba545fa",
27-
urls = ["https://github.com/nvidia/nccl-tests/archive/1a5f551ffd6e3271982b03a9d5653a3f6ba545fa.tar.gz"],
25+
sha256 = "ff3ead0d6a414ad2024fca2661f7a1f0a55687796f41d1a67b0fb1595e5adc1f",
26+
strip_prefix = "nccl-tests-501a149d575fa62b7d8bea5b2bd20304dba55025",
27+
urls = ["https://github.com/nvidia/nccl-tests/archive/501a149d575fa62b7d8bea5b2bd20304dba55025.tar.gz"],
2828
)

0 commit comments

Comments
 (0)