π¦Reddit r/LocalLLaMAβ’Stalecollected in 2h
RX 9070 ROCm Beats Vulkan with Flash Attention

π‘Flash attn turns RX 9070 ROCm into PP beastβ5.5x speedup revealed
β‘ 30-Second TL;DR
What Changed
ROCm + flash attn: 3,980 t/s PP512 on Qwen3-8B (5.5x over default)
Why It Matters
Unlocks RDNA4 potential for local LLM inference via proper ROCm flags, closing gap with Vulkan. Early benchmarks guide AMD GPU optimization for practitioners.
What To Do Next
Build llama.cpp with -DGGML_CUDA_FORCE_MMQ=ON -DGGML_HIP_GRAPHS=ON and run --flash-attn on ROCm 7.2.1.
Who should care:Developers & AI Engineers
Key Points
- β’ROCm + flash attn: 3,980 t/s PP512 on Qwen3-8B (5.5x over default)
- β’Qwen3.5-14B-A3B: ROCm 3,731 t/s PP512 (+12% vs Vulkan), Vulkan 113 t/s TG
- β’Advantage shrinks at 8K context; parity there
- β’Build flags: -DGGML_HIP=ON -DGGML_CUDA_FORCE_MMQ=ON -DGGML_HIP_GRAPHS=ON --flash-attn
π°
Weekly AI Recap
Read this week's curated digest of top AI events β
πRelated Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA β