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 CUDA examples #580

Merged
merged 5 commits into from
Sep 26, 2022

Conversation

bernhardmgruber
Copy link
Member

This PR mostly fixes some warnings around calling between host/device function. In once instance, a host/device annotation was missing and this was actually a bug that broke the tracing in the n-body CUDA example.

@codecov
Copy link

codecov bot commented Sep 26, 2022

Codecov Report

Merging #580 (a7567bb) into develop (e1e3ebe) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #580   +/-   ##
========================================
  Coverage    98.95%   98.96%           
========================================
  Files           66       66           
  Lines         6346     6352    +6     
========================================
+ Hits          6280     6286    +6     
  Misses          66       66           

@bernhardmgruber bernhardmgruber merged commit 72cce8c into alpaka-group:develop Sep 26, 2022
@bernhardmgruber bernhardmgruber deleted the nbody_cuda branch September 26, 2022 18:31
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