kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
401 stars 66 forks source link

Expand standards testing #294

Closed nmm0 closed 10 months ago

nmm0 commented 10 months ago

This PR adds matrix values for testing on various C++ standards. I've had to limit values to standards certain compilers support. We now can test with C++17, 20, and 23

Note: this depends on https://github.com/kokkos/mdspan/pull/292 being merged