Skip to content

Commit 8ed2adc

Browse files
committed
add GNR-D
1 parent cb3a6cc commit 8ed2adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/perf_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def get_arch_and_name(procinfo):
323323
arch = "emeraldrapids"
324324
elif model == 175 and cpufamily == 6:
325325
arch = "sierraforest"
326-
elif model == 173 and cpufamily == 6:
326+
elif (model == 173 or model == 174) and cpufamily == 6: # GNR and GNR-D
327327
arch = "graniterapids"
328328
return arch, modelname
329329

0 commit comments

Comments
 (0)