kokkos / kokkos-comm

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

Expose `KokkosComm::barrier` #98

Closed dssgabriel closed 3 months ago

dssgabriel commented 3 months ago

This PR re-enables exposes barriers in the main header file.

Also fixes link failure because of missing inline on the non-templated overload. Change unit test to not use the Impl namespace API.