From 63f79d7484649ffb0f844dce87d5dc98dd37f260 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Mon, 11 Dec 2023 10:02:12 -0700 Subject: [PATCH] add another matrix --- blake-h100-cuda12/run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blake-h100-cuda12/run.sh b/blake-h100-cuda12/run.sh index e5d046d..cfaf999 100755 --- a/blake-h100-cuda12/run.sh +++ b/blake-h100-cuda12/run.sh @@ -17,6 +17,7 @@ srun -n1 -t 1 cat /proc/cpuinfo |& tee "$LOG_DIR/cpuinfo.log" || true srun -n1 -t 1 env |& tee "$LOG_DIR/env.log" || true -srun -N 1 -p H100 -n 1 -t 60 ctest --test-dir "$KERNELS_BUILD" |& tee "$LOG_DIR/ctest.log" +srun -N 1 -p H100 -n 1 -t 60 "$KERNELS_BUILD"/perf_test/sparse/KokkosKernels_sparse_spmv_benchmark -f /projects/cwpears/kug-2023/dielFilterV3real/dielFilterV3real.mtx |& tee "$LOG_DIR/spmv2.log" srun -N 1 -p H100 -n 1 -t 60 "$KERNELS_BUILD"/perf_test/blas/blas3/KokkosKernels_Blas3_gemm_benchmark --cuda 0 |& tee "$LOG_DIR/gemm.log" -srun -N 1 -p H100 -n 1 -t 60 "$KERNELS_BUILD"/perf_test/sparse/KokkosKernels_sparse_spmv_benchmark -f /projects/cwpears/sparc_gpu_problems/single_gpu/matrix.mm |& tee "$LOG_DIR/spmv.log" \ No newline at end of file +srun -N 1 -p H100 -n 1 -t 60 "$KERNELS_BUILD"/perf_test/sparse/KokkosKernels_sparse_spmv_benchmark -f /projects/cwpears/sparc_gpu_problems/single_gpu/matrix.mm |& tee "$LOG_DIR/spmv1.log" +srun -N 1 -p H100 -n 1 -t 60 ctest --test-dir "$KERNELS_BUILD" |& tee "$LOG_DIR/ctest.log" \ No newline at end of file