perlmutter fixes

This commit is contained in:
Carl Pearson
2023-12-05 15:17:22 -08:00
parent aa25898ebd
commit f2b795c5ab
2 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ hostname |& tee "$LOG_DIR/hostname.log" || true
cat /proc/cpuinfo |& tee "$LOG_DIR/cpuinfo.log" || true
env |& tee "$LOG_DIR/env.log" || true
date
"$KERNELS_BUILD"/perf_test/blas/blas3/KokkosKernels_Blas3_gemm_benchmark --cuda 0 |& tee "$LOG_DIR/gemm.log"
date
"$KERNELS_BUILD"/perf_test/sparse/KokkosKernels_sparse_spmv_benchmark -f "$ROOT_DIR"/matrix.mm |& tee "$LOG_DIR/spmv.log"
date