We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a933a2d commit 9d4cea6Copy full SHA for 9d4cea6
third_party/nccl/archive.BUILD
@@ -192,6 +192,10 @@ cc_library(
192
"src/transport/coll_net.cc",
193
"src/transport/net.cc",
194
"src/enqueue.cc",
195
+ # RAS is a health-checking system (starting from NCCL 2.24:
196
+ # https://docs.nvidia.com/deeplearning/nccl/user-guide/docs/troubleshooting/ras.html
197
+ # It's not reqired for NCCL to work.
198
+ "src/ras/client.cc",
199
],
200
) + [
201
# Required for header inclusion checking (see
@@ -200,6 +204,7 @@ cc_library(
204
# from the virtual includes directory.
205
"src/include/collectives.h",
202
206
"src/nccl.h",
207
+ "src/ras/ras_internal.h",
203
208
209
hdrs = ["src/nccl.h"],
210
include_prefix = "third_party/nccl",
0 commit comments