newer cudas have deprecated old 1.x compute capabilities
jsmeredith opened this issue · 2 comments
jsmeredith commented
Specifically, a bug report that CUDA 7.5 gives an error with the configure that uses compute_12. It may be time to remove these within SHOC, if we don't want to test for support explicitly.
t3mp0 commented
Hi,
may also be a good idea to add architecture_60 and architecture_61 for new Pascal devices...
https://developer.nvidia.com/cuda-gpus
(P100, P40, P4 ...)
mehmetbelviranli commented
trunk no longer compiles with CUDA 8.
Removing compute_12 from "configure" solved the problem.