This release implements submdspan with customizations points as approved by ISO C++ LEWG. It also reworks the implementation of extents, to reduce code complexity and improve compile time.
What's Changed
- Fix equality operator of layout_stride, after #196 by @youyu3 in https://github.com/kokkos/mdspan/pull/228
- Address issue #229 and fix missing noexcept by @crtrott in https://github.com...