Dr-Noob / peakperf

Achieve peak performance on x86 CPUs and NVIDIA GPUs
GNU General Public License v2.0
64 stars 14 forks source link

[v1.17] Remove cc3.x to compile for CUDA 12.x #24

Closed Dasor closed 6 months ago

Dasor commented 6 months ago

compute 3.x devices are no longer supported in CUDA 12 so changing the CMakeLists.txt is needed in order to compile.

Dr-Noob commented 6 months ago

It is not totally precise. For example, C.C. 90 would only be compiled with CUDA >= 12 whereas it seems to be supported since CUDA 11.8. But it seems like the way to go now is to use --list-gpu-code, although this can be addressed in a later commit.