-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #608 from boegel/2023.06-software.eessi.io_archdet…
…ect-a64fx add support in archdetect for detecting A64FX
- Loading branch information
Showing
6 changed files
with
34 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# ARM CPU architecture specifications (see https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html for guidance) | ||
# Software path in EESSI | Vendor ID | List of defining CPU features | ||
# CPU implementers: 0x41 (ARM), 0x46 (Fujitsu) - also see https://github.com/hrw/arm-socs-table/blob/main/data/socs.yml | ||
|
||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
aarch64/a64fx:aarch64/generic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
processor : 0 | ||
BogoMIPS : 200.00 | ||
Features : fp asimd evtstrm sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm fcma dcpop sve | ||
CPU implementer : 0x46 | ||
CPU architecture: 8 | ||
CPU variant : 0x1 | ||
CPU part : 0x001 | ||
CPU revision : 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
aarch64/a64fx |