RX 9070 — ROCm 7.x required for HIP build, not yet widely available. Vulkan build is the recommended path until ROCm 7.x is stable: cmake -B build -DGGML_VULKAN=ON works on RDNA4 without ROCm.
Install hints
- Vulkan (recommended): cmake -B build -DGGML_VULKAN=ON && cmake --build build --config Release -j$(nproc)
- HIP: requires ROCm 7.x; may need HSA_OVERRIDE_GFX_VERSION for gfx120x target.
- Report your results to the rocmate project!
RX 9070 series needs HIP SDK 7.1+ with gfx120x rocblas libraries. Official Ollama Windows installer ships these as of January 2026.
Install hints
- On Linux: requires ROCm 7.x — see https://rocm.docs.amd.com
- On Windows: AMD AI Bundle installer (Adrenalin 26.x+) ships compatible libs.
RX 9070 series — requires ROCm 7.x builds of vLLM. Pre-built wheels may not be available; expect to build from source. Flash-attention support still maturing.
Install hints
- Build from source: git clone https://github.com/vllm-project/vllm && pip install -e . --extra-index-url https://download.pytorch.org/whl/rocm7.x
No data yet for: Axolotl, ComfyUI, ExLlamaV2, faster-whisper, Stable Diffusion WebUI