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

Improve SIMD loading/storing #817

Merged
merged 3 commits into from
Jan 2, 2024

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented Jan 2, 2024

  • Add SIMD special handling for AoSoA
  • Simplify the element-wise loading/storing fallback
  • Add fast-path for loading/storing SimdN<T, 1, ...>

Copy link

codecov bot commented Jan 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e44b23e) 98.77% compared to head (bd6b911) 98.77%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #817   +/-   ##
========================================
  Coverage    98.77%   98.77%           
========================================
  Files           75       75           
  Lines         7355     7370   +15     
========================================
+ Hits          7265     7280   +15     
  Misses          90       90           

@bernhardmgruber bernhardmgruber changed the title Add SIMD special handling for AoSoA Improve SIMD loading/storing Jan 2, 2024
@bernhardmgruber bernhardmgruber merged commit 40c07af into alpaka-group:develop Jan 2, 2024
30 of 32 checks passed
@bernhardmgruber bernhardmgruber deleted the simd_asoaoa branch January 2, 2024 20:32
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.

1 participant