Skip to content

Remove inclusion of Kokkos_Parallel_Reduce.hpp

Kenneth Moreland requested to merge kmorel/vtk-m:bad-kokkos-header into master

This header is now considered an internal header, and the latest release commit of Kokkos does not allow you to include it. The header gets included anyway with Kokkos_Core.hpp, so we can safely just delete it.

See https://github.com/kokkos/kokkos/pull/5178

Merge request reports