add KokkosKernels_ENABLE_BENCHMARK=ON

This commit is contained in:
Carl Pearson
2023-12-01 16:11:38 -07:00
parent da33cc678c
commit 0462ed24da
4 changed files with 8 additions and 4 deletions

View File

@@ -41,7 +41,8 @@ cmake -S "$KERNELS_SRC" -B "$KERNELS_BUILD" \
-DCMAKE_CXX_COMPILER=icpx \
-DKokkosKernels_ENABLE_TPL_MKL=ON \
-DKokkosKernels_ENABLE_TESTS=ON \
-DKokkosKernels_ENABLE_PERFTESTS=ON
-DKokkosKernels_ENABLE_PERFTESTS=ON \
-DKokkosKernels_ENABLE_BENCHMARK=ON
## Build Kernels
cmake --build "$KERNELS_BUILD" -j "$(nproc)"