A implementation of a memory pool in Kokkos.
- Clone the repository.
- Make sure to update the submodules with
git submodule init --update --recursive. - Generate build files. For example,
cmake -B build .(Note: If you are using the submoduled version of Kokkos, include configuration options for Kokkos here) - Build
cmake --build build - Run the tests
cd build && ctest - To run the benchmarks
./kokkos_memory_pool "[\!benchmark]" - For CSV output when running the benchmarks
./kokkos_memory_pool "[\!benchmark]" --success --reporter csv