kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
398 stars 65 forks source link

Improve submdspan testing #342

Closed crtrott closed 2 months ago

crtrott commented 2 months ago

This now tests that the elements of the submdspan point to the correct element of the src. That caught a mistake in the layout_foo test layout.

Also turn of bracket operator for ICPX, which resulted in compiler crashes in the submdspan test. Note: we could upgrade to 2024.1 which works.