kokkos / mdspan

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

Fix device/host call issues in CUDA (when not using relaxed constexpr workaround) #360

Closed nmm0 closed 1 month ago

nmm0 commented 1 month ago

This includes code that Christian wrote and will be included into Kokkos in https://github.com/kokkos/kokkos/pull/7396

This addresses warnings for calling constexpr device code inside of Kokkos with BasicView

nmm0 commented 1 month ago