Open
Description
This logic seems problematic to me:
kokkos-comm/src/impl/KokkosComm_types.hpp
Lines 102 to 105 in fc25da1
If I have a View<Box*>
, with Box
being some POD struct, in my opinion that view should be sent with message size view.size() * sizeof(View::value_type)
and MPI type MPI_BYTE
. Instead, right now it refuses to deal with it.
Metadata
Metadata
Assignees
Labels
No labels