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

@@ -41,7 +41,9 @@ cmake -S "$KERNELS_SRC" -B "$KERNELS_BUILD" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_COMPILER="$KOKKOS_SRC"/bin/nvcc_wrapper \
-DKokkosKernels_ENABLE_TPL_CUSPARSE=ON \
-DKokkosKernels_ENABLE_TPL_CUBLASE=ON
-DKokkosKernels_ENABLE_TPL_CUBLASE=ON \
-DKokkosKernels_ENABLE_TESTS=ON \
-DKokkosKernels_ENABLE_PERFTESTS=ON
## Build Kernels
cmake --build "$KERNELS_BUILD" -j "$(nproc)"