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

@@ -38,6 +38,8 @@ cmake -S "$KERNELS_SRC" -B "$KERNELS_BUILD" \
-DCMAKE_CXX_COMPILER=CC \
-DKokkosKernels_ENABLE_TPL_ROCSPARSE=ON \
-DKokkosKernels_ENABLE_TPL_ROCBLAS=ON \
-DKokkosKernels_ENABLE_TESTS=ON \
-DKokkosKernels_ENABLE_PERFTESTS=ON
## Build Kernels
cmake --build "$KERNELS_BUILD" -j "$(nproc)"