kokkos / mdspan

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

Make MSVC+NVCC working #307

Closed crtrott closed 7 months ago

crtrott commented 7 months ago

This mostly works around a bunch of related issues around template argument pack expansion inside the REQUIRES macro workaround we got.