conda-forge / nvcc-feedstock

A conda-smithy repository for nvcc.
BSD 3-Clause "New" or "Revised" License
12 stars 23 forks source link

Drop CUDA<11.8 builds? #100

Closed h-vetinari closed 3 months ago

h-vetinari commented 1 year ago

Noticed that CI still builds 9.2, 10.0, 10.1, 10.2, 11.0, 11.1, all of which have already been dropped by conda-forge. Given the number of CI jobs, I'm wondering if this is still useful/necessary?

CC @conda-forge/nvcc

leofang commented 1 year ago

IIUC we can remove them if we make sure no feedstock is still using them (via explicit opt-in)?

h-vetinari commented 1 year ago

Feedstocks still opting into old CUDAs would just get old ci setups, but those would likely not break for quite a while.

jakirkham commented 1 year ago

They would get old scripts, old Docker images, be unable to re-render, etc. IOW that sounds pretty unmaintainable

Agree we should drop the old CUDAs from here

h-vetinari commented 1 year ago

I had placed this in the wrong repo (with the back and forth between the PRs... sorry), now fixed.

jakirkham commented 1 year ago

There are some legacy CUDA specific bits in conda-forge-ci-setup as well

Not to mention cudatoolkit has these too

Maybe having a meta-issue to cover all of these is good, which this can serve as that issue