diff options
Diffstat (limited to 'nvdebug.h')
-rw-r--r-- | nvdebug.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -425,8 +425,11 @@ inline static const char* ARCH2NAME(uint32_t arch) { | |||
425 | case 0x17: | 425 | case 0x17: |
426 | return "Ampere"; | 426 | return "Ampere"; |
427 | case 0x18: | 427 | case 0x18: |
428 | return "Hopper"; | ||
428 | case 0x19: | 429 | case 0x19: |
429 | return "Hopper (?) or Lovelace (?)"; | 430 | return "Ada Lovelace"; |
431 | case 0x20: | ||
432 | return "Blackwell (?)"; | ||
430 | default: | 433 | default: |
431 | if (arch < 0x19) | 434 | if (arch < 0x19) |
432 | return "[unknown historical architecture]"; | 435 | return "[unknown historical architecture]"; |