kokkos / kokkos-comm

Experimental MPI Wrapper for Kokkos
https://kokkos.org/kokkos-comm/
Other
12 stars 9 forks source link

mdspan support when Kokkos already has one #25

Closed cedricchevalier19 closed 4 months ago

cedricchevalier19 commented 4 months ago

If Kokkos has been installed with mdspan support, i.e. Kokkos_ENABLE_IMPL_MDSPAN=ON, none of the configuration works.

Adding a new mdspan results in duplicated symbols given mdspan headers are protected with #pragma once and the header can be found twice.

Disabling the FetchContent for mdspan does not work either.