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

Feature/gpu fields #182

Merged
merged 29 commits into from
Apr 16, 2024
Merged

Feature/gpu fields #182

merged 29 commits into from
Apr 16, 2024

Conversation

sbrdar
Copy link
Collaborator

@sbrdar sbrdar commented Mar 8, 2024

Allow CMake to build storage either with GridTools, or Native-CUDA, or simply Native-host
Add CUDA backend for Atlas Native-CUDA

@codecov-commenter
Copy link

codecov-commenter commented Mar 10, 2024

Codecov Report

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

Project coverage is 80.05%. Comparing base (5dc85c9) to head (d378897).
Report is 7 commits behind head on develop.

Files Patch % Lines
src/atlas_f/field/atlas_Field_module.fypp 0.00% 25 Missing ⚠️
src/atlas/field/detail/FieldInterface.cc 0.00% 18 Missing ⚠️
atlas_io/eckit_codec_adaptor/src/atlas_io/Trace.cc 20.00% 12 Missing ⚠️
src/atlas/array/native/NativeDataStore.h 70.58% 10 Missing ⚠️
src/atlas/array/native/NativeArrayView.h 57.14% 6 Missing ⚠️
src/atlas/array/Array.h 0.00% 5 Missing ⚠️
src/atlas/field/detail/FieldImpl.h 0.00% 5 Missing ⚠️
atlas_io/eckit_codec_adaptor/src/atlas_io/Trace.h 75.00% 4 Missing ⚠️
src/atlas/field/Field.cc 0.00% 4 Missing ⚠️
src/atlas/array/native/NativeArray.cc 57.14% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #182      +/-   ##
===========================================
- Coverage    80.07%   80.05%   -0.02%     
===========================================
  Files          859      801      -58     
  Lines        63682    62114    -1568     
===========================================
- Hits         50993    49727    -1266     
+ Misses       12689    12387     -302     

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

@sbrdar sbrdar self-assigned this Mar 15, 2024
@wdeconinck wdeconinck force-pushed the feature/gpu-fields branch 2 times, most recently from c26a9ad to e0419c0 Compare April 15, 2024 14:48
wdeconinck and others added 26 commits April 15, 2024 15:00
@wdeconinck wdeconinck merged commit 55a7ee8 into develop Apr 16, 2024
112 checks passed
@wdeconinck
Copy link
Member

Thanks @sbrdar for your contribution to improve the GPU support in Atlas! Much appreciated 🙏

@sbrdar sbrdar deleted the feature/gpu-fields branch April 22, 2024 09:38
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