Skip to content

ir3,tu: implement VK_KHR_shader_subgroup_rotate

Job Noorman requested to merge jnoorman/mesa:ir3-subgroup-rotate into main

Add support for the shfl instruction on a6xx+ to implement subgroupRotate.

Note: shfl can also be used to implement (relative) shuffles more efficiently, this will be done in a future MR.

Merge request reports

Loading