This repository has been archived on 2026-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ROCm-Research-Archive/_TestScripts/Scripts and Tests/run_bench.sh
T
2026-08-20 00:45:43 +02:00

10 lines
226 B
Bash

#!/bin/bash
export HSA_OVERRIDE_GFX_VERSION=10.1.0
export HSA_ENABLE_SDMA=0
export HIP_VISIBLE_DEVICES=0
cd /home/fabian/ComfyUI
source venv/bin/activate
echo "VENV_ACTIVE"
python3 /tmp/gpu_bench2.py 2>&1
echo "BENCH_EXIT=$?"