You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running benchmark_cuda with MPI and am setting various NCCL environment variables on the command line. When I specify -x NCCL_DEBUG=INFO I don't see any debug info being dumped on the console. Any ideas?
The text was updated successfully, but these errors were encountered:
Possibly answering my own question I think I know what is going on. gloo isn't using NCCL to create all the transport paths between nodes and instead just using the broadcast/allreduce kernel code from NCCL to run on the GPUs.
I'm running
benchmark_cuda
with MPI and am setting various NCCL environment variables on the command line. When I specify-x NCCL_DEBUG=INFO
I don't see any debug info being dumped on the console. Any ideas?The text was updated successfully, but these errors were encountered: