forked from EESSI/software-layer
-
Notifications
You must be signed in to change notification settings - Fork 1
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 EESSI#264 from ocaisa/ocaisa-patch-2
Allow `archdetect` to print all possible cpu paths + fix paths for `aarch64/*` (drop `/arm/` subdir)
- Loading branch information
Showing
20 changed files
with
50 additions
and
19 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,6 @@ | ||
# ARM CPU architecture specifications | ||
# Software path in EESSI | Vendor ID | List of defining CPU features | ||
"aarch64/arm/neoverse-n1" "ARM" "asimd" # Ampere Altra | ||
"aarch64/arm/neoverse-n1" "" "asimd" # AWS Graviton2 | ||
"aarch64/arm/neoverse-v1" "ARM" "asimd svei8mm" | ||
"aarch64/arm/neoverse-v1" "" "asimd svei8mm" # AWS Graviton3 | ||
"aarch64/neoverse_n1" "ARM" "asimd" # Ampere Altra | ||
"aarch64/neoverse_n1" "" "asimd" # AWS Graviton2 | ||
"aarch64/neoverse_v1" "ARM" "asimd svei8mm" | ||
"aarch64/neoverse_v1" "" "asimd 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
1 change: 0 additions & 1 deletion
1
tests/archdetect/aarch64/arm/neoverse-n1/AWS-awslinux-graviton2.output
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
tests/archdetect/aarch64/arm/neoverse-n1/Azure-Ubuntu20-Altra.output
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
tests/archdetect/aarch64/arm/neoverse-v1/AWS-awslinux-graviton3.output
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
tests/archdetect/aarch64/neoverse_n1/AWS-awslinux-graviton2.all.output
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/neoverse_n1:aarch64/generic |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
tests/archdetect/aarch64/neoverse_n1/AWS-awslinux-graviton2.output
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/neoverse_n1 |
1 change: 1 addition & 0 deletions
1
tests/archdetect/aarch64/neoverse_n1/Azure-Ubuntu20-Altra.all.output
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/neoverse_n1:aarch64/generic |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
tests/archdetect/aarch64/neoverse_n1/Azure-Ubuntu20-Altra.output
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/neoverse_n1 |
1 change: 1 addition & 0 deletions
1
tests/archdetect/aarch64/neoverse_v1/AWS-awslinux-graviton3.all.output
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/neoverse_v1:aarch64/neoverse_n1:aarch64/generic |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
tests/archdetect/aarch64/neoverse_v1/AWS-awslinux-graviton3.output
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/neoverse_v1 |
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 @@ | ||
ppc64le/power9le:ppc64le/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 @@ | ||
x86_64/amd/zen2:x86_64/generic |
1 change: 1 addition & 0 deletions
1
tests/archdetect/x86_64/amd/zen3/Azure-CentOS7-7V73X.all.output
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 @@ | ||
x86_64/amd/zen3:x86_64/amd/zen2:x86_64/generic |
1 change: 1 addition & 0 deletions
1
tests/archdetect/x86_64/intel/haswell/archspec-linux-E5-2680-v3.all.output
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 @@ | ||
x86_64/intel/haswell:x86_64/generic |
1 change: 1 addition & 0 deletions
1
tests/archdetect/x86_64/intel/skylake_avx512/archspec-linux-6132.all.output
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 @@ | ||
x86_64/intel/skylake_avx512:x86_64/intel/haswell:x86_64/generic |