kokkos: make Spack accept CUDA compute capability 8.6 (#27257)
The Kokkos sources already know AMPERE86 since some time; make Spack accept and pass it, too.
This commit is contained in:
parent
2ac11812ba
commit
85c454bdb0
@ -136,6 +136,7 @@ class Kokkos(CMakePackage, CudaPackage, ROCmPackage):
|
||||
"72": 'volta72',
|
||||
"75": 'turing75',
|
||||
"80": 'ampere80',
|
||||
"86": 'ampere86',
|
||||
}
|
||||
cuda_arches = spack_cuda_arch_map.values()
|
||||
conflicts("+cuda", when="cuda_arch=none")
|
||||
|
Loading…
Reference in New Issue
Block a user