atlas
atlas copied to clipboard
Add support for MultiField on GPU
trafficstars
- 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
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.
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
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR will be split up in different ones.
- first up is #229
- then add GPU support via pluto
- then update remaining features and resolve conflicts.
All the important changes from this PR should have been included already in develop by means of other PRs in the mean. time.