You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This presentation explains the 1D-to-2D Block I/O Reshape optimization added to the Intel XPU Backend for Triton in the MaterializeBlockPointer pass.
The optimization detects flattened 1D gather/scatter patterns produced by PyTorch Inductor (offset = idx % W + idx / W * S) and reshapes them into efficient 2D block load/store instructions, achieving 80%+ bandwidth improvement on PVC.