lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
279 stars 94 forks source link

Quda incompatibility with rtx20xx series graphics cards #1086

Open ghost opened 3 years ago

ghost commented 3 years ago

At compile time with flag -DQUDA_GPU_ARCH=sm_75 for turing architecture, warnings appear as shown below: ptxas warning : Value of threads per SM for entry ... is out of range. .minnctapersm will be ignored but with default -DQUDA_GPU_ARCH=sm_70 everything runs without warnings. Environment OS: Debian 10 Cmake 3.1.9 GCC 6.3.0 CUDA runtime: 10.2.89 Driver: 455.32 GPU 0: RTX 2080

aruhela commented 3 years ago

What branch are you using? I don't see sm_75 available in CMakeLists.txt or anywhere else in the repo.