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

Add support for MultiField on GPU #201

Open
wants to merge 71 commits into
base: develop
Choose a base branch
from

Conversation

sbrdar
Copy link
Collaborator

@sbrdar sbrdar commented May 21, 2024

  • Add FieldSet functions for device memory management via Field
  • Add support for the copy-on-device of discontiguous host memory
  • Add support for MultiField on the device

wdeconinck and others added 30 commits April 29, 2024 07:36
…::Config()); 2) Implement the optional host memory pinning and the optional mapping of this pinned memory for faster device memory access
… test to deal with acc-present and acc-deviceptr
…f discontiguous data, so that device_stridesf had to be introduced
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 66.37931% with 273 lines in your changes are missing coverage. Please review.

Project coverage is 79.78%. Comparing base (3bcbdb8) to head (33083ef).
Report is 39 commits behind head on develop.

Files Patch % Lines
src/atlas_f/field/atlas_FieldSet_module.fypp 2.56% 152 Missing ⚠️
src/atlas/field/detail/FieldInterface.cc 0.00% 21 Missing ⚠️
src/atlas/field/detail/MultiFieldInterface.cc 70.83% 21 Missing ⚠️
src/tests/field/test_multifield_ifs.cc 90.72% 14 Missing ⚠️
src/atlas/util/RegisterPointerInfo.cc 0.00% 11 Missing ⚠️
src/atlas_f/field/atlas_MultiField_module.fypp 68.75% 10 Missing ⚠️
src/atlas/array/native/NativeDataStore.h 82.00% 9 Missing ⚠️
src/atlas/array/native/NativeArray.cc 89.06% 7 Missing ⚠️
src/atlas/array/Array.h 0.00% 4 Missing ⚠️
src/atlas/array/ArraySpec.cc 69.23% 4 Missing ⚠️
... and 9 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #201      +/-   ##
===========================================
- Coverage    80.07%   79.78%   -0.29%     
===========================================
  Files          859      792      -67     
  Lines        63684    62656    -1028     
===========================================
- Hits         50995    49993    -1002     
+ Misses       12689    12663      -26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wdeconinck
Copy link
Member

This PR will be split up in different ones.

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.

3 participants