kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
406 stars 69 forks source link

MDSpan issues expose by Kokkos View refactor #358

Closed crtrott closed 2 months ago

crtrott commented 2 months ago

Related to: https://github.com/kokkos/kokkos/pull/7288

crtrott commented 2 months ago

As discussed elsewhere: complex is one of the named types for which this is supposed to work based on the definition of index-pair-like I see no reason to not include it here in the back port. Every standard approved version of submdspan will take complex as slice argument, and so I don't see a good reason to exclude it from this back port to C++17.