Closed tpadioleau closed 1 month ago
I could not find in Kokkos 4.4.01 any public API to construct a Kokkos layout with the padding value.
@tpadioleau Did you open an issue on Kokkos about this?
@tpadioleau Did you open an issue on Kokkos about this?
Not yet, we should do it at some point. It is not critical now that we have found a workaround.
@acalloo do you still want to do a review or should I merge ?
Edit: Ansar is ok to merge
std::experimental::mdspan
toKokkos::mdspan
,layout_[left|right]_padded
returned bysubmdspan
tolayout_stride
,The reason I use the strategy 3. is that
submdspan
may return alayout_left_padded
/layout_right_padded
layout. Although these layouts should map to KokkosLayoutLeft
/LayoutRight
, I could not find in Kokkos 4.4.01 any public API to construct a Kokkos layout with the padding value.