Description
In issue ( #6630 ) and ( #6720 ), we discussed and decided to move to the latest CUDA 12 (at the time 12.6). We decided to pin the minor version to avoid accidentally picking up incomplete updates of the CUDA Toolkit. Though in principle we were open to updating when a new version came out
Recently CUDA 12.8 was released and packaged on conda-forge ( conda-forge/cuda-feedstock#63 ). One of the new features is the addition of architectures sm_100
, sm_101
, and sm_120
. For binaries to function correctly on these new architectures, they need to be rebuilt
Given this, think it would make sense to create a CUDA 12.8 migrator to roll out CUDA 12.8 to feedstocks so they can be rebuilt topologically
Should add would be ok dropping CUDA 12.6 at the same time
Would be interested in hearing others thoughts on this
cc @conda-forge/core