Copyright 2025 Fluid Numerics
Create and activate conda env
conda create -n gpu-healthchecks python=3.11
conda activate gpu-healthchecks
pip install -r requirements.txtBuild rocm-amdgpu-bench:
mkdir rocm-amdgpu-bench/build
cd rocm-amdgpu-bench/build
cmake ..
makeTo run during an interactive job, just run
python benchmark_gpus.pyTo submit a batch job on a single node (e.g., nicholson), we provide an example batch script at slurm/nicholson.sh.
[!WARNING] gfx950 is not supported before ROCm 6.4.0. If using a ROCm version < 6.4.0, remove the gfx950 target on line 25 in rocm-amdgpu-bench/CMakeLists.txt.