Closed crtrott closed 5 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.
layout_left_padded
layout_right_padded
Note this PR includes the changes from #336
Does this require a changelog entry for 4.4?
Oop sorry for noise about changelog, saw this listed in the Kokkos Planning board
This enables submdspan of layout_left and layout_right to create
layout_left_padded
andlayout_right_padded
respectively. Actual submdspan implementation for the padded layouts will come in a subsequent PR.