mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-08-23 23:40:31 +08:00
Bug 5294720: Update GpuArch Cores and Name for SM103, 110 and 121
This commit is contained in:
parent
1141dd7af4
commit
3e631f467a
@ -673,7 +673,10 @@ inline int _ConvertSMVer2Cores(int major, int minor) {
|
|||||||
{0x90, 128},
|
{0x90, 128},
|
||||||
{0xa0, 128},
|
{0xa0, 128},
|
||||||
{0xa1, 128},
|
{0xa1, 128},
|
||||||
|
{0xa3, 128},
|
||||||
|
{0xb0, 128},
|
||||||
{0xc0, 128},
|
{0xc0, 128},
|
||||||
|
{0xc1, 128},
|
||||||
{-1, -1}};
|
{-1, -1}};
|
||||||
|
|
||||||
int index = 0;
|
int index = 0;
|
||||||
@ -725,7 +728,10 @@ inline const char* _ConvertSMVer2ArchName(int major, int minor) {
|
|||||||
{0x90, "Hopper"},
|
{0x90, "Hopper"},
|
||||||
{0xa0, "Blackwell"},
|
{0xa0, "Blackwell"},
|
||||||
{0xa1, "Blackwell"},
|
{0xa1, "Blackwell"},
|
||||||
|
{0xa3, "Blackwell"},
|
||||||
|
{0xb0, "Blackwell"},
|
||||||
{0xc0, "Blackwell"},
|
{0xc0, "Blackwell"},
|
||||||
|
{0xc1, "Blackwell"},
|
||||||
{-1, "Graphics Device"}};
|
{-1, "Graphics Device"}};
|
||||||
|
|
||||||
int index = 0;
|
int index = 0;
|
||||||
|
@ -118,7 +118,10 @@ inline int _ConvertSMVer2CoresDRV(int major, int minor) {
|
|||||||
{0x90, 128},
|
{0x90, 128},
|
||||||
{0xa0, 128},
|
{0xa0, 128},
|
||||||
{0xa1, 128},
|
{0xa1, 128},
|
||||||
|
{0xa3, 128},
|
||||||
|
{0xb0, 128},
|
||||||
{0xc0, 128},
|
{0xc0, 128},
|
||||||
|
{0xc1, 128},
|
||||||
{-1, -1}};
|
{-1, -1}};
|
||||||
|
|
||||||
int index = 0;
|
int index = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user