vetter / shoc

The SHOC Benchmark Suite
Other
243 stars 104 forks source link

newer cudas have deprecated old 1.x compute capabilities #51

Open jsmeredith opened 8 years ago

jsmeredith commented 8 years ago

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 7 years ago

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 7 years ago

trunk no longer compiles with CUDA 8. Removing compute_12 from "configure" solved the problem.