[v0.25] Add missing Ampere GPU chips and new uarchs: ada and hopper

This commit is contained in:
Dr-Noob
2022-10-25 20:13:29 +02:00
parent 94490b3f38
commit a6f0c18fcb
4 changed files with 44 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ typedef uint32_t GPUCHIP;
enum {
CHIP_UNKNOWN_CUDA,
CHIP_AD102,
CHIP_AD102GL,
CHIP_AD104,
CHIP_AD104GL,
CHIP_G80,
CHIP_G80GL,
CHIP_G84,
@@ -37,6 +41,9 @@ enum {
CHIP_GA100GL,
CHIP_GA102,
CHIP_GA102GL,
CHIP_GA103,
CHIP_GA103GLM,
CHIP_GA103M,
CHIP_GA104,
CHIP_GA104GL,
CHIP_GA104GLM,
@@ -72,6 +79,7 @@ enum {
CHIP_GF117M,
CHIP_GF119,
CHIP_GF119M,
CHIP_GH100,
CHIP_GK104,
CHIP_GK104GL,
CHIP_GK104GLM,
@@ -167,7 +175,7 @@ enum {
CHIP_TU117BM,
CHIP_TU117GL,
CHIP_TU117GLM,
CHIP_TU117M,
CHIP_TU117M
};
#endif