FIELD GUIDE
Vulkan vs SYCL vs CUDA: the backend decision
Why Arc Battlemage ships on Vulkan, what CUDA wins, and where AMD lands.
Three compute backends matter for consumer local AI: CUDA, ROCm/Vulkan (AMD), and Vulkan/SYCL (Intel Arc). The choice is not academic — it changes your numbers and, in one case, whether your output is even correct.
The Battlemage caveat (read this first)
CUDA (NVIDIA)
The mature ecosystem. cuBLAS, FlashAttention, and the broadest runtime support. Our head-to-head shows ~35% faster generation vs Arc Vulkan at the same 24GB tier. The cost is dollars and watts — NVIDIA is pricier per GB and draws more power.
Vulkan (AMD and Intel)
The cross-platform fallback that has become the practical default for both AMD RDNA3–4 and Intel Arc. llama.cpp's Vulkan backend is consistent and surprising-fast. If you run AMD consumer hardware, start with Vulkan before fighting ROCm.
ROCm (AMD)
Theoretically the AMD-native fast path. In practice, ROCm on consumer RDNA cards is finicky — supported-SKU lists lag, and HIP dependency chains break. For llama.cpp workloads on RX 7900 / 9700, Vulkan is currently the more reliable choice. ROCm wins on specific workloads (large-batch matrix ops) but adds operational burden.
SYCL (Intel)
Intel's native path. Works on older Arc Alchemist; broken on Battlemage. Until Intel fixes the BMG G21 SYCL pipeline, treat Vulkan as the only correct choice for Arc B-series.
Decision flowchart
- NVIDIA card → CUDA. Done.
- AMD RDNA3–4 consumer card → Vulkan via llama.cpp. Try ROCm only if you hit a Vulkan limitation.
- Intel Arc Alchemist → either Vulkan or SYCL.
- Intel Arc Battlemage (B-series) → Vulkan only. SYCL is broken.
KEEP READING
AMD Radeon for local AI: the ROCm reality check
Is AMD a real option for local LLMs in 2026, or still the 'it works but...' alternative? The honest answer, from running RDNA3 and RDNA4 cards in the lab: usable, genuinely good value at the 24GB tier, with one persistent caveat you need to know before you buy.
2026-07-3110 minApple Silicon and MLX for local AI
A Mac is the only machine where 'unified memory' means a 70B model fits without a discrete GPU. Is MLX on Apple Silicon a real local-AI path in 2026, or a niche? The honest answer for Mac owners — and the one thing that decides whether it's worth it.
2026-07-3110 minBest local TTS models in 2026
The open-weight text-to-speech landscape finally has a real default: Kokoro-82M for almost everything, XTTS-v2 for zero-shot voice cloning, F5-TTS for maximum quality, and Piper for edge. A practical pick-by-use-case guide — with the licensing catches that decide which you can actually ship.
2026-07-319 min