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

Update alpaka and CUDA n-body example #582

Merged
merged 3 commits into from
Sep 26, 2022

Conversation

bernhardmgruber
Copy link
Member

  • Make both examples more similar
  • Fix missing host/device attribute on SIMD traits, which causes the alpaka n-body to malfunction with SoA layouts on the CUDA backend
  • Add tests for scalar record SIMD loads/stores

@codecov
Copy link

codecov bot commented Sep 26, 2022

Codecov Report

Merging #582 (168b204) into develop (72cce8c) will decrease coverage by 0.00%.
The diff coverage is 97.72%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #582      +/-   ##
===========================================
- Coverage    98.96%   98.95%   -0.01%     
===========================================
  Files           66       66              
  Lines         6352     6396      +44     
===========================================
+ Hits          6286     6329      +43     
- Misses          66       67       +1     

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