Skip to main content

HLSL

An Intro to Wave Intrinsics

·5 mins
Most graphics programmers know about the concept of a warp (or a wave in AMD parlance). It is a group of GPU threads (or lanes), typically 32, though some architectures use more, that execute the same instructions in lockstep.