-
Couldn't load subscription status.
- Fork 12
Open
Description
This logic seems problematic to me:
kokkos-comm/src/impl/KokkosComm_types.hpp
Lines 102 to 105 in fc25da1
| else { | |
| static_assert(std::is_void_v<T>, "mpi_type not implemented"); | |
| return MPI_CHAR; // unreachable | |
| } |
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