EnricoDeg / YAOP

Yet Another Ocean Physics
GNU General Public License v3.0
1 stars 0 forks source link

mdspan: Kokkos implementation #8

Open EnricoDeg opened 11 months ago

EnricoDeg commented 11 months ago

Try to use mdspan original implementation from Kokkos (https://github.com/kokkos/mdspan) to use the memory view with HIP or with CPU code before it gets part of the standard (avoid experimental implementation in nvhpc to allow also testing)

EnricoDeg commented 11 months ago

I suggest to have an external folder and use the mdspan repo as a submodule