kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
403 stars 67 forks source link

Added new submdspan implementation #223

Closed crtrott closed 1 year ago

crtrott commented 1 year ago

This uses ADL customization point design.

It doesn't use the backward compatibility stuff yet to improve readability for an initial review, i.e. it will only work on host with C++20 and C++23.

It also doesn't implement yet correct stride calculation when using strided_index_range