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
I've been meaning to look at the Kokkos task API and whether this is something we should consider. Will do so during the next days and report back. Pretty much any time next week works for me, just PM me.
Parallel dispatch (chapter 7): parallel_for, parallel_reduce, and parallel_scan. Implementation should be straight-forward and possible with the current state of the DART tasking implementation.
Hierarchical parallelism (chapter 8) : so far I have not implemented thread-teams and the like so there is only one set of threads executing tasks. I do not immediately see the benefit of having thread teams (except if we talk about accelerators like GPUs) and it will certainly add more complexity to DART to support it.
Supporting the parallel dispatch is certainly helpful for easy parallelization. However, my vision of tasking (explicit task definition with dynamic dependencies) diverts quite a bit from what Kokkos seems to offer. But maybe the guide is not up-to-date. Let's discuss this on the phone call.
Note for later: ensure the DASH Task concept is compatible to the Kokkos task API.
The text was updated successfully, but these errors were encountered: