There was an error while loading. Please reload this page.
1 parent ecc09d7 commit 5b024baCopy full SHA for 5b024ba
1 file changed
pkg/nvlib/device/device.go
@@ -89,6 +89,10 @@ func (d *device) GetArchitectureAsString() (string, error) {
89
return "Ada Lovelace", nil
90
case nvml.DEVICE_ARCH_HOPPER:
91
return "Hopper", nil
92
+ case nvml.DEVICE_ARCH_BLACKWELL:
93
+ return "Blackwell", nil
94
+ case nvml.DEVICE_ARCH_T23X:
95
+ return "Orin", nil
96
case nvml.DEVICE_ARCH_UNKNOWN:
97
return "Unknown", nil
98
}
0 commit comments