Remove inclusion of Kokkos_Parallel_Reduce.hpp

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

Loading