enable Kokkos Kernels perf_tests
This commit is contained in:
@@ -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)"
|
Reference in New Issue
Block a user