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

Non-Temporal Memory Transfers for ARM #961

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

davschneller
Copy link
Contributor

This PR adds non-temporal loads/stores for ARM processors.

In principle functional, but not yet completely tested through. Especially the memory ordering for the pure-AARCH64 may need more verification.

PR for better visibility

@krenzland krenzland self-assigned this Sep 21, 2023
@krenzland
Copy link
Contributor

Works on my M2. I tried a convergence test (Snell's law) and achieved the same error for both this branch and master. Performance difference is hart to quantify. As this is a laptop, the difference between runs with the same settings is smaller than the difference between the settings.

@codecov-commenter
Copy link

codecov-commenter commented Oct 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 13.82%. Comparing base (a55f16f) to head (e4ccebd).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #961   +/-   ##
=======================================
  Coverage   13.82%   13.82%           
=======================================
  Files         268      268           
  Lines       14984    14984           
=======================================
  Hits         2071     2071           
  Misses      12913    12913           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@davschneller davschneller marked this pull request as ready for review November 21, 2023 09:55
@sebwolf-de
Copy link
Contributor

@jwjeremy do you have capacity to test this branch and the master branch on your macbook before the training next week?

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

Successfully merging this pull request may close these issues.

None yet

4 participants