Use Kokkos Parallelization in Interpolation::Injection#235
Conversation
|
@EmilyBourne |
Hmmm, I would also expect that to work. I'm not sure why swapping the bounds is more dangerous than having 2 for loops in a different order though? Have I missed something or is your only worry about the fact that the order is different between the 2 loops? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #235 +/- ##
==========================================
+ Coverage 90.70% 90.72% +0.01%
==========================================
Files 86 86
Lines 9458 9473 +15
==========================================
+ Hits 8579 8594 +15
Misses 879 879 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Emily Bourne <emily.bourne@epfl.ch>
|
Two arguments are needed here: MDRangePolicy<Rank<2, Iterate::Right, Iterate::Right>>. Thats why my try didnt work |
Updated comments to clarify the iteration patterns for Kokkos parallel_for loops.
|
I added some comments which seem not that usefull, but they help in control the clang formatting so it remains readable. |
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):