Skip to content

Commit 1482a94

Browse files
authored
Merge pull request #49 from elezar/correct-ada-arch
Use 'Ada Lovelace' instead of 'Ada'
2 parents bf0cbc7 + a2e1522 commit 1482a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/nvlib/device/device.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (d *device) GetArchitectureAsString() (string, error) {
8686
case nvml.DEVICE_ARCH_AMPERE:
8787
return "Ampere", nil
8888
case nvml.DEVICE_ARCH_ADA:
89-
return "Ada", nil
89+
return "Ada Lovelace", nil
9090
case nvml.DEVICE_ARCH_HOPPER:
9191
return "Hopper", nil
9292
case nvml.DEVICE_ARCH_UNKNOWN:

0 commit comments

Comments
 (0)