Browse Source

scrypt stuff

pull/4/head
Tanguy Pruvot 6 years ago
parent
commit
ff73bda584
  1. 3
      scrypt/salsa_kernel.cu

3
scrypt/salsa_kernel.cu

@ -240,8 +240,9 @@ inline int _ConvertSMVer2Cores(int major, int minor) @@ -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 },
};

Loading…
Cancel
Save