Skip to content

Commit

Permalink
add GNR-D
Browse files Browse the repository at this point in the history
  • Loading branch information
harp-intel committed Oct 10, 2024
1 parent cb3a6cc commit 8ed2adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perf_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def get_arch_and_name(procinfo):
arch = "emeraldrapids"
elif model == 175 and cpufamily == 6:
arch = "sierraforest"
elif model == 173 and cpufamily == 6:
elif (model == 173 or model == 174) and cpufamily == 6: # GNR and GNR-D
arch = "graniterapids"
return arch, modelname

Expand Down

0 comments on commit 8ed2adc

Please sign in to comment.