Closed leofang closed 3 months ago
Would prefer to leave it. There are still cases where the CUDA 11.2 builds are useful
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).
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
this should happen automatically on the next re-render
It seems to have happened in #110, closing. Thanks all!
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?