Skip to content

Commit

Permalink
set correct 'CPU implementer' for graviton2/graviton3
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Jan 10, 2025
1 parent f112406 commit d82a188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/arch_specs/eessi_arch_arm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Software path in EESSI | 'Vendor ID' or 'CPU implementer' | List of defining CPU features
"aarch64/a64fx" "0x46" "asimdhp sve" # Fujitsu A64FX
"aarch64/neoverse_n1" "ARM" "asimddp" # Ampere Altra
"aarch64/neoverse_n1" "" "asimddp" # AWS Graviton2
"aarch64/neoverse_n1" "0x41" "asimddp" # AWS Graviton2
"aarch64/neoverse_v1" "ARM" "asimddp svei8mm"
"aarch64/neoverse_v1" "" "asimddp svei8mm" # AWS Graviton3
"aarch64/neoverse_v1" "0x41" "asimddp svei8mm" # AWS Graviton3

0 comments on commit d82a188

Please sign in to comment.