Skip to content

Commit 7e1c993

Browse files
authored
Merge branch 'main' into fix-readme-typos
2 parents 31c760b + e31eedd commit 7e1c993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hlml.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,8 @@ func GetDeviceTypeName() (string, error) {
660660

661661
func getDeviceName(deviceID string) (string, error) {
662662
goya := []string{"0001"}
663-
// Gaudi family includes Gaudi 1 and Guadi 2
664-
gaudi := []string{"1000", "1001", "1010", "1011", "1020", "1030", "1060", "1061", "1062"}
663+
// Gaudi family includes Gaudi 1, Gaudi 2, and G3 PCIe Gaudi
664+
gaudi := []string{"1000", "1001", "1010", "1011", "1020", "1021", "1030", "1060", "1061", "1062", "1063"}
665665
greco := []string{"0020", "0030"}
666666

667667
switch {

0 commit comments

Comments
 (0)