kokkos / mdspan

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

Expand standards testing #294

Closed nmm0 closed 1 year ago

nmm0 commented 1 year 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