1bit.MONSTERDocs GitHub ↗

RDNA4 (gfx1201) GEMM & Memory Findings

Measured on the RX 9070 XT (gfx1201, RDNA4) during the Mojo GPU-puzzles / rocBLAS race session, 2026-08-13. All numbers verified on-device; this page exists so the engine's GPU work (HIP GEMM kernels, WMMA prefill, ROCm tooling) doesn't re-derive or re-learn these the hard way.

The corrected bandwidth picture

Why rocBLAS sgemm is fast (9.1 ms @ 4096³ fp32 = 15 TFLOPS)

Full decomposition in mojo-bench/ROCBLAS_ANALYSIS.md. The short version:

Lessons for the engine's HIP GEMM kernels

Measured on the 9070 XT with hand-written tiled GEMMs (Mojo, but the lessons are architecture-level):

WMMA on gfx1201 (fp16/bf16 — there is no fp32 MMA on RDNA4)

ROCm toolchain notes (TheRock 7.14 nightly stack)