Skip to main content
GameDev.net gamedev.net

Wmma News

The latest Wmma coverage curated for game developers.

WMMA guide for AMD RDNA 4 architecture GPUs - part 3

AMD’s RDNA 4 WMMA guide shows a practical way to do in-register matrix transpose without touching memory, using an identity-matrix trick. For graphics and compute programmers, that’s a nice latency …

Official AMD GPUOpen · 3 months, 2 weeks ago
WMMA guide for AMD RDNA 4 architecture GPUs - part 2

AMD’s RDNA 4 WMMA guidance gets practical here: fuse the matrix ops so you double the K dimension and unlock 128-bit loads for FP8/INT8. The payoff is better memory bandwidth …

Official AMD GPUOpen · 3 months, 2 weeks ago
WMMA guide for AMD RDNA 4 architecture GPUs - part 1

AMD’s RDNA 4 WMMA guidance is a practical optimization note for anyone pushing matrix-heavy workloads on Radeon hardware. It shows how to fuse GEMMs, use a transpose-by-swapping A/B approach, and …

Official AMD GPUOpen · 3 months, 2 weeks ago