Closed youyu3 closed 1 year ago
Confirmed, layout_stride::mapping::operator()
should return index_type
per the spec: http://eel.is/c++draft/views#mdspan.layout.stride.obs
@youyu3 can you issue this against this repo too?
@crtrott Sure I'll upstream my fixes to this repo when I get a chance. Hopefully later this week.
Should return
index_type
but returnssize_t
https://github.com/kokkos/mdspan/blob/stable/include/experimental/__p0009_bits/layout_stride.hpp#L426