kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
398 stars 65 forks source link

Rework of submdspan for layout_left/right #337

Closed crtrott closed 2 months ago

crtrott commented 2 months ago

This enables submdspan of layout_left and layout_right to create layout_left_padded and layout_right_padded respectively. Actual submdspan implementation for the padded layouts will come in a subsequent PR.

crtrott commented 2 months ago

Note this PR includes the changes from #336

ndellingwood commented 2 months ago

Does this require a changelog entry for 4.4?

ndellingwood commented 2 months ago

Oop sorry for noise about changelog, saw this listed in the Kokkos Planning board