Skip to content

Commit

Permalink
scrypt stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Apr 2, 2018
1 parent 2fdc10a commit ff73bda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scrypt/salsa_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
};

Expand Down

0 comments on commit ff73bda

Please sign in to comment.