Skip to content

intel/compiler: fix shuffle generation on LNL

Rohan Garg requested to merge shadeslayer/mesa:review/lnl_fix_shuffle into main

What does this MR do and why?

intel/compiler: fix shuffle generation on LNL

There doesn't seem to be a restriction on the mentioned data types on
LNL anymore. Default to a maximum exec size of SIMD16.

This patch fixes dEQP-VK.subgroups.shuffle.framebuffer.* on LNL

Signed-off-by: Rohan Garg <rohan.garg@intel.com>

Merge request reports