conda-forge / nccl-feedstock

A conda-smithy repository for nccl.
BSD 3-Clause "New" or "Revised" License
4 stars 16 forks source link

The `nccl` package on conda-forge does not support stream capture #62

Closed leofang closed 1 year ago

leofang commented 2 years ago

To support stream capture NCCL needs to be built using CUDA 11.3+: https://github.com/NVIDIA/nccl/blob/30ca3fcacf8a73c48d7b8f7aaa54ae8bff89e884/src/enqueue.cc#L1083-L1085 See also https://docs.nvidia.com/deeplearning/nccl/user-guide/docs/usage/cudagraph.html#using-nccl-with-cuda-graphs.

leofang commented 2 years ago

I am thinking for CUDA 11.x we should use the latest version to build and make it compatible for all CUDA 11.

leofang commented 1 year ago

I am thinking for CUDA 11.x we should use the latest version to build and make it compatible for all CUDA 11.

This should be fixed by #101.