Skip to content

aco: GFX11 s_delay_alu implementation

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:gfx11-alu-delay into main

Roughly copied from LLVM. This facilitates better ALU usage by switching between waves when there is an ALU stall, which isn't automatic anymore on GFX11.

Merge request reports