KokkosCorehpp
KokkosCorehpp is a C++ header file that appears in the Kokkos library, specifically within the core module. It functions as a central include aimed at bringing in the foundational elements needed to write Kokkos-enabled code. The exact contents may vary by release, but the header is generally designed to provide convenient access to the most commonly used Kokkos abstractions.
The header typically covers core abstractions such as execution spaces, memory spaces, and views, along with
Usage and purpose: developers commonly include KokkosCorehpp when they need access to the core Kokkos facilities
Relation to the broader project: KokkosCorehpp is part of the core module that underpins portability and performance
See also: Kokkos, Kokkos_Core.hpp, Kokkos_View, Kokkos_ExecutionSpace.