A simple example application using cmake build system, and kokkos as a third party
-
Updated
Jun 11, 2023 - CMake
The Kokkos C++ Performance Portability Ecosystem is a production level solution for writing modern C++ applications in a hardware agnostic way. The Ecosystem consists of multiple libraries addressing the primary concerns for developing and maintaining applications in a portable way. The three main components are the Kokkos Core Programming Model, the Kokkos Kernels Math Libraries and the Kokkos Profiling and Debugging Tools.
A simple example application using cmake build system, and kokkos as a third party