-
Notifications
You must be signed in to change notification settings - Fork 81
Add support in archdetect for detecting NVIDIA/Grace #1042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
bedroge
merged 9 commits into
EESSI:2023.06-software.eessi.io
from
TopRichard:eessi-2023.06-grace-Add-support-in-archdetect-for-detecting-NVIDIA/Grace
Apr 25, 2025
Merged
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
a561709
Add support in archdetect for detecting NVIDIA/Grace
474b02a
added ssbs CPU feature for detecting NVIDIA/Grace
9206bf6
Merge branch '2023.06-software.eessi.io' of ssh://github.com/EESSI/so…
9bc946d
added a valid discriminator between Grace & Axion
32b6f62
Update init/arch_specs/eessi_arch_arm.spec
TopRichard 5fc7a42
added a comment for the order
f8755dd
add test case for google/axion + make sure that nvidia/grace test cas…
boegel c19a118
generalize the comment
05cf52a
Merge commit 'refs/pull/17/head' of ssh://github.com/TopRichard/softw…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,9 +1,12 @@ | ||
| # ARM CPU architecture specifications (see https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html for guidance) | ||
| # CPU implementers: 0x41 (ARM), 0x46 (Fujitsu) - also see https://github.com/hrw/arm-socs-table/blob/main/data/socs.yml | ||
| # Flipping the order of nvidia/grace and google/axion results in nvidia/grace being the "top" on Axion systems | ||
|
|
||
| # 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" "0x41" "asimddp" # AWS Graviton2 | ||
| "aarch64/neoverse_v1" "ARM" "asimddp svei8mm" | ||
| "aarch64/neoverse_v1" "0x41" "asimddp svei8mm" # AWS Graviton3 | ||
| "aarch64/nvidia/grace" "0x41" "sve2 sm3 sm4 svesm4" # NVIDIA Grace | ||
| "aarch64/google/axion" "0x41" "sve2 rng sm3 sm4 svesm4" # Google Axion | ||
1 change: 1 addition & 0 deletions
1
tests/archdetect/aarch64/nvidia/grace/Jureca-Rocky95.all.output
This file contains hidden or 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/nvidia/grace:aarch64/neoverse_v1:aarch64/neoverse_n1:aarch64/generic |
This file contains hidden or 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 : 2000.00 | ||
| Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh | ||
| CPU implementer : 0x41 | ||
| CPU architecture: 8 | ||
| CPU variant : 0x0 | ||
| CPU part : 0xd4f | ||
| CPU revision : 0 |
This file contains hidden or 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/nvidia/grace |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.