diff --git a/scrypt/salsa_kernel.cu b/scrypt/salsa_kernel.cu index 9fb3c44..9422988 100644 --- a/scrypt/salsa_kernel.cu +++ b/scrypt/salsa_kernel.cu @@ -240,8 +240,9 @@ inline int _ConvertSMVer2Cores(int major, int minor) { 0x21, 48 }, // Fermi Generation (SM 2.1) GF10x class { 0x30, 192 }, // Kepler Generation (SM 3.0) GK10x class - GK104 = 1536 cores / 8 SMs { 0x35, 192 }, // Kepler Generation (SM 3.5) GK11x class - { 0x50, 128 }, // Maxwell Generation (SM 5.0) GTX750/750Ti + { 0x50, 128 }, // Maxwell First Generation (SM 5.0) GTX750/750Ti { 0x52, 128 }, // Maxwell Second Generation (SM 5.2) GTX980 = 2048 cores / 16 SMs - GTX970 1664 cores / 13 SMs + { 0x61, 128 }, // Pascal GeForce (SM 6.1) { -1, -1 }, };