-
Notifications
You must be signed in to change notification settings - Fork 49
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
SVE Backend #842
base: main
Are you sure you want to change the base?
SVE Backend #842
Conversation
This now compiles and passes the t3 tests on Ookami. ToDo:
|
I remember from Ookami's talk that performance with GCC was the worst among all compilers. I did a brief experiment before losing access to Ookami. I am not sure why these numbers are so small compared to what we had Friday but I think the poor performance with sve might partly have something to do with compiler, maybe?! I have to apply for an account to do more experiments though. |
cdf2581
to
a5b2fa5
Compare
Is this ready for review? Should we include it in v0.11? |
The two big todos are fixing the makefile magic and seeing if this actually does anything different than OPT in terms of performance. |
d3cd77e
to
e57bab0
Compare
I noticed that libxsmm contains aarch64/SVE code and it's announced as supported for the next release. |
Do we have a place where we can measure performance? There is a machine at Sandia that you can access if you put in a Sarape request and AWS c7g also has SVE. JLSE also has a system that I could try requesting. |
2ddda2a
to
e9e9d45
Compare
3e3b319
to
c51269f
Compare
82b2956
to
a0461a3
Compare
d35b987
to
7d887ac
Compare
3475cec
to
a112875
Compare
No description provided.