kokkos / kokkos-comm

Experimental MPI Wrapper for Kokkos
https://kokkos.org/kokkos-comm/
Other
16 stars 10 forks source link

resolve bug with KokkosComm::irecv, add to unit testing #90

Closed nicoleavans closed 5 months ago

nicoleavans commented 5 months ago

Previously, irecv was implemented in the KokkosComm namespace erroneously. This bug was not captured via unit testing because unit testing directly called Impl::irecv.

janciesko commented 5 months ago

clang-format check seems to be failing