Currently functor used for parallel dispatch can't have a work-tagged final() function, in contrast to the init() and join(), which can be work-tagged
I think the problem is largely here:
https://github.com/kokkos/kokkos/blob/734f577adb588e5ebef8760ca36c7815312accff/core/src/impl/Kokkos_FunctorAdapter.hpp#L2041-L2079
We need a test for this too.
@Char-Aznable This has been fixed and merged into develop.
Most helpful comment
@Char-Aznable This has been fixed and merged into develop.