1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-26 06:25:14 +00:00

scrypt stuff

This commit is contained in:
Tanguy Pruvot 2018-01-30 09:23:07 +01:00
parent 2fdc10a39c
commit ff73bda584

View File

@ -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 },
};