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

@@ -39,7 +39,8 @@ cmake -S "$KERNELS_SRC" -B "$KERNELS_BUILD" \
-DKokkosKernels_ENABLE_TPL_ROCSPARSE=ON \
-DKokkosKernels_ENABLE_TPL_ROCBLAS=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)"