-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add Fortran access to device data through Field and FieldSet #232
Conversation
sbrdar
commented
Oct 10, 2024
•
edited
Loading
edited
- add access to the device pointer in atlas_Field_module and atlas_FieldSet_module for the 'deviceptr' clause of OpenACC
- add sync_host_device;
e3bcb94
to
a7897b9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #232 +/- ##
===========================================
- Coverage 79.63% 79.44% -0.20%
===========================================
Files 802 818 +16
Lines 55171 56289 +1118
===========================================
+ Hits 43933 44716 +783
- Misses 11238 11573 +335 ☔ View full report in Codecov by Sentry. |
Private downstream CI failed. |
d383cac
to
ed8ed0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed offline and changes have been pushed.
Thanks for this nice work allowing us to now use !$acc data deviceptr
clause in Fortran!
Private downstream CI succeeded. |
Private downstream CI succeeded. |
Private downstream CI succeeded. |
Co-authored-by: Willem Deconinck <willem.deconinck@ecmwf.int>
Co-authored-by: Willem Deconinck <willem.deconinck@ecmwf.int>
Co-authored-by: Willem Deconinck <willem.deconinck@ecmwf.int>
Co-authored-by: Willem Deconinck <willem.deconinck@ecmwf.int>
Co-authored-by: Willem Deconinck <willem.deconinck@ecmwf.int>
e3867bc
to
3816e83
Compare
Private downstream CI succeeded. |