feat: make llama-rocm-7.2 a required toolbox in benchmark setup
ROCm 7.2 is now created alongside vulkan-radv during setup, giving Vulkan vs ROCm comparison in baseline and post-optimization benchmarks. Smoke test: ROCm 7.2 on Qwen3.5-0.8B → 8090 t/s pp512, 161 t/s tg128 (vs Vulkan: 8900 t/s pp512, 177 t/s tg128) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -15,8 +15,8 @@ log_header "Benchmark Setup"
|
|||||||
# ── 1. Check toolbox containers ──────────────────────────
|
# ── 1. Check toolbox containers ──────────────────────────
|
||||||
log_info "Checking toolbox containers..."
|
log_info "Checking toolbox containers..."
|
||||||
|
|
||||||
REQUIRED_TOOLBOXES=("llama-vulkan-radv")
|
REQUIRED_TOOLBOXES=("llama-vulkan-radv" "llama-rocm-7.2")
|
||||||
OPTIONAL_TOOLBOXES=("llama-rocm-6.4.4" "llama-rocm-7.2" "llama-vulkan-amdvlk")
|
OPTIONAL_TOOLBOXES=("llama-rocm-6.4.4" "llama-vulkan-amdvlk")
|
||||||
|
|
||||||
existing=$(detect_toolbox_names 2>/dev/null || true)
|
existing=$(detect_toolbox_names 2>/dev/null || true)
|
||||||
missing=()
|
missing=()
|
||||||
|
|||||||
Reference in New Issue
Block a user