kokkos / stdBLAS

Reference Implementation for stdBLAS
Other
118 stars 22 forks source link

Fix for mdspan > 0.4.0 #241

Closed mhoemmen closed 2 years ago

mhoemmen commented 2 years ago

The recently merged mdspan PR https://github.com/kokkos/mdspan/pull/147 is a breaking change. This commit makes stdblas build with that change.

My changes to the kokkos-based tests are best effort only; I haven't tested that build yet.

@youyu3