History log of /petsc/src/benchmarks/run_petsc_benchmarks.sh (Results 1 – 6 of 6)
Revision Date Author Comments
# 0b3a6bba 23-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-01-03/use-shellcheck-on-shellscripts' into 'main'

add make shellcheck

See merge request petsc/petsc!8933


# bcd4bb4a 03-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

Add make checkshellcheck and shellcheck to use shellcheck on PETSc scripts


# 3b91a372 26-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/sell-hip' into 'main'

Add SELLHIP

See merge request petsc/petsc!7338


# 773bf0f6 05-Mar-2024 Hong Zhang <hongzhang@anl.gov>

Add SELLHIP

- The HIP kernels are converted directly from their CUDA version
- AMD GPUs and NVIDIA GPUs use different warp sizes. We set the warp size to 64 by default for AMD GPUs to faciliate comp

Add SELLHIP

- The HIP kernels are converted directly from their CUDA version
- AMD GPUs and NVIDIA GPUs use different warp sizes. We set the warp size to 64 by default for AMD GPUs to faciliate compile-time code optimization

show more ...


# 5c240f23 26-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/benchmarks' into 'main'

Initial step toward continuous benchmarking

See merge request petsc/petsc!5641


# 89928cc5 29-May-2022 Hong Zhang <hongzhang@anl.gov>

Add benchmark script, driver for SpMV

- Support multiple mat formats
- Included Kokkos
- Use SSGET to download SuiteSparse matrix automatically