enable Kokkos Kernels perf_tests

This commit is contained in:
Carl Pearson
2023-12-01 15:19:11 -07:00
parent 314a69d62d
commit da33cc678c
4 changed files with 10 additions and 2 deletions

View File

@@ -42,6 +42,8 @@ cmake -S "$KERNELS_SRC" -B "$KERNELS_BUILD" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_COMPILER=icpx \
-DKokkosKernels_ENABLE_TPL_MKL=ON \
-DKokkosKernels_ENABLE_TESTS=ON \
-DKokkosKernels_ENABLE_PERFTESTS=ON \
-DCMAKE_CXX_FLAGS="-fp-model=precise"
## Build Kernels