You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable parthenon::par_reduce for MD loops with Kokkos 1D Range (#1130)
* wrap 3D flat loop abstractions
* add 4D loop and test
* add specialization for const int &
* added mdrange loops to par_reduce tests
* refactor flatloop specialization
* clean up
* formatting
* linting
* templating functor index types
* moved to a single functor
* Update CHANGELOG.md
* remove unused Nj
---------
Co-authored-by: Cloud User <[email protected]>
Co-authored-by: Luke Roberts <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## Current develop
4
4
5
5
### Added (new features/APIs/variables/...)
6
+
-[[PR 1130]](https://github.com/parthenon-hpc-lab/parthenon/pull/1130) Enable `parthenon::par_reduce` for MD loops with Kokkos 1D Range
-[[PR 1128]](https://github.com/parthenon-hpc-lab/parthenon/pull/1128) Add cycle and nbtotal to hst
8
9
-[[PR 1099]](https://github.com/parthenon-hpc-lab/parthenon/pull/1099) Functionality for outputting task graphs in GraphViz format.
0 commit comments