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

CLOUDSC low-level GPU (transpilation) via Loki (CUF/CUDA) #328

Merged
merged 36 commits into from
Sep 6, 2024

Introduce new modes idem-lower, idem-lower-loop, cuda-parametrise and…

cccfe50
Select commit
Loading
Failed to load commit list.
Merged

CLOUDSC low-level GPU (transpilation) via Loki (CUF/CUDA) #328

Introduce new modes idem-lower, idem-lower-loop, cuda-parametrise and…
cccfe50
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 6, 2024 in 0s

95.44% (+0.02%) compared to fce5733

View this Pull Request on Codecov

95.44% (+0.02%) compared to fce5733

Details

Codecov Report

Attention: Patch coverage is 95.19380% with 62 lines in your changes missing coverage. Please review.

Project coverage is 95.44%. Comparing base (fce5733) to head (cccfe50).

Files with missing lines Patch % Lines
loki/transformations/single_column/scc_cuf.py 89.13% 39 Missing ⚠️
...oki/transformations/block_index_transformations.py 94.77% 7 Missing ⚠️
loki/backend/cgen.py 94.87% 4 Missing ⚠️
...oki/transformations/single_column/scc_low_level.py 87.87% 4 Missing ⚠️
loki/transformations/transpile/fortran_c.py 96.58% 4 Missing ⚠️
loki/tools/util.py 80.00% 2 Missing ⚠️
loki/backend/cudagen.py 98.59% 1 Missing ⚠️
loki/transformations/array_indexing.py 96.42% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #328      +/-   ##
==========================================
+ Coverage   95.41%   95.44%   +0.02%     
==========================================
  Files         178      181       +3     
  Lines       37312    38163     +851     
==========================================
+ Hits        35600    36423     +823     
- Misses       1712     1740      +28     

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