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

Extend SIMD API #577

Merged
merged 1 commit into from
Sep 19, 2022
Merged

Conversation

bernhardmgruber
Copy link
Member

  • Replace simdLanesFor by simdLanesWithFullVectorsFor and simdLanesWithLeastRegistersFor, as well as a generic chooseSimdLanes.
  • Add tests for loadSimd/storeSimd with scalars.
  • Small refactoring of n-body examples.

@bernhardmgruber bernhardmgruber changed the title Extent SIMD API Extend SIMD API Sep 19, 2022
* Replace simdLanesFor by simdLanesWithFullVectorsFor and simdLanesWithLeastRegistersFor, as well as a generic chooseSimdLanes.
* Add tests for loadSimd/storeSimd with scalars.
* Small refactoring of n-body examples.
@codecov
Copy link

codecov bot commented Sep 19, 2022

Codecov Report

Merging #577 (1f253aa) into develop (61ec187) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #577   +/-   ##
========================================
  Coverage    98.95%   98.95%           
========================================
  Files           66       66           
  Lines         6326     6346   +20     
========================================
+ Hits          6260     6280   +20     
  Misses          66       66           

@bernhardmgruber bernhardmgruber merged commit 6a407ec into alpaka-group:develop Sep 19, 2022
@bernhardmgruber bernhardmgruber deleted the simd branch September 19, 2022 21:14
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