kokkos / kokkos-comm

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

Add KokkosComm::irecv, improve unit testing output #9

Closed cwpearson closed 4 months ago

cwpearson commented 5 months ago

Add an interface to KokkosComm:Req to register a callable at wait(). Use that interface to invoke unpack operations (if needed) at wait(). Add packer_type to MpiArgs.

cwpearson commented 4 months ago

Closed in favor of https://github.com/kokkos/kokkos-comm/pull/32, an identical PR from my fork