conda-forge / nccl-feedstock

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

CUDA 11.8 migration should remove the 11.2 build? #102

Closed leofang closed 3 months ago

leofang commented 1 year ago

Right now, for each arch we have 3 pipelines: CUDA 11.2, 11.8, and 12.0. I think the 11.2 one should be removed. @jakirkham thoughts?

jakirkham commented 1 year ago

Would prefer to leave it. There are still cases where the CUDA 11.2 builds are useful

leofang commented 1 year ago

I am not sure why it is, given that we've switched to statically link to cudart. If a library is statically linked to cudart, minor version compatibility would kick in and the CUDA 11.8 build can still serve 11.2 users. Furthermore, the CUDA 11.2 build would not offer feature parity with the official release (ex: stream capture does not work #62).

jakirkham commented 6 months ago

As we have now dropped CUDA 11.2 in conda-forge ( https://github.com/conda-forge/conda-forge-pinning-feedstock/issues/5339 ), this should happen automatically on the next re-render

leofang commented 3 months ago

this should happen automatically on the next re-render

It seems to have happened in #110, closing. Thanks all!