kokkos / kokkos-comm

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

Add irecv wrapper in KokkosComm namespace #76

Closed nicoleavans closed 3 months ago

nicoleavans commented 4 months ago

Currently, irecv is only available in the Impl namespace.

aprokop commented 3 months ago

I'd like this too for #53.

aprokop commented 3 months ago

Also needs alltoall

dssgabriel commented 3 months ago

As the MPI_Alltoall wrapper has been implemented, consider adding it to this PR as well