Use Kokkos::Parallel in SmootherGive ApplyAscOrtho#258
Conversation
|
Most time in GMGPolar is spend in the applyAscOrtho. I separated the original function, containing both inside and outside. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #258 +/- ##
==========================================
+ Coverage 89.44% 89.46% +0.02%
==========================================
Files 79 79
Lines 9152 9200 +48
==========================================
+ Hits 8186 8231 +45
- Misses 966 969 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
First try 😌 |
|
On v100 at 72c081c: |
Co-authored-by: Emily Bourne <emily.bourne@epfl.ch>
EmilyBourne
left a comment
There was a problem hiding this comment.
As far as I can tell the logic seems to be intact
|
@EmilyBourne For the extrapolated version I will probably keep the code how it is without making the separation like done here. 😉 |
|
At 574abad on v100: |
|
@EmilyBourne I think that we can actually merge the "Outside" loops together in Rank 2. Only the "Inside" Loops would need to remain serial. |
Merge Request - GuideLine Checklist
Guideline to check code before resolve WIP and approval, respectively.
As many checkboxes as possible should be ticked.
Checks by code author:
Always to be checked:
If functions were changed or functionality was added:
If new functionality was added:
If new third party software is used:
If new mathematical methods or epidemiological terms are used:
Checks by code reviewer(s):