Skip to content

Commit

Permalink
Merge pull request #33 from redhat-performance/x86_64-NBS-logic-patch
Browse files Browse the repository at this point in the history
Update build_run_hpl.sh
  • Loading branch information
grdumas authored Oct 23, 2023
2 parents 2ad8f96 + 0dbc7fe commit 0c1c1bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions auto_hpl/build_run_hpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,14 @@ size_platform()
elif [[ $family -eq 25 && $model -eq 17 ]]; then
# AMD Genoa
NBS=224
elif [[ $family -eq 25 && $model -eq 160 ]]; then
# AMD Bergamo
NBS=384
elif [[ $family -eq 6 ]]; then
# Intel
NBS=256
else
exit_out "Error: Arch ${arch} is supported, but family $family or model $model is not, exiting" 1
fi
elif [[ "$arch" == "aarch64" ]]; then
# Honestly this is just a guess, sadly
Expand Down

0 comments on commit 0c1c1bb

Please sign in to comment.