Skip to content
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

supporting Arm Neoverse V2 CPUs: NVIDIA Grace, AWS Graviton 4, Google Axion #845

Open
boegel opened this issue Jan 10, 2025 · 4 comments
Open

Comments

@boegel
Copy link
Contributor

boegel commented Jan 10, 2025

While looking into implementing support in archdetect for detecting the Neoverse V2-based Graviton 4, I noticed that the CPUs that implement this microarchitecture only partially overlap (based on https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html):

instructions Amazon Graviton 4 NVIDIA Grace Google Axion
sve2 x x x
paca x x
pacg x x
rng x x
sm3 x x
sm4 x x
svesm4 x x
ssbs x x

Google Axion not supported ssbs is particularly interesting, since that meanw that our aarch64/neoverse_v1 installations may not even work there...

@ocaisa
Copy link
Member

ocaisa commented Jan 10, 2025

I was wondering if we inspect what instructions our binaries actually require?

@ocaisa
Copy link
Member

ocaisa commented Jan 10, 2025

Seems to be possible: https://github.com/pkgw/elfx86exts (says it works for x86 and ARM)

@ocaisa
Copy link
Member

ocaisa commented Jan 10, 2025

We could inspect the instructions required by the software, and have CI complain if it goes outside the common options.

@boegel
Copy link
Contributor Author

boegel commented Jan 10, 2025

Seems to be possible: https://github.com/pkgw/elfx86exts (says it works for x86 and ARM)

Step 0:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants