some fixes

This commit is contained in:
Carl Pearson
2023-12-01 16:40:20 -07:00
parent 0462ed24da
commit a317ff3e4b
3 changed files with 13 additions and 6 deletions

View File

@@ -47,4 +47,6 @@ cmake -S "$KERNELS_SRC" -B "$KERNELS_BUILD" \
-DKokkosKernels_ENABLE_BENCHMARK=ON
## Build Kernels
cmake --build "$KERNELS_BUILD" -j "$(nproc)"
cmake --build "$KERNELS_BUILD" -j "$(nproc)"
srun -N 1 -p H100 "$KERNELS_BUILD"/perf_test/sparse/KokkosKernels_sparse_spmv_benchmark -f /projects/cwpears/sparc_gpu_problems/single_gpu/matrix.mm