mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
intel/compiler: Enable lower_rotate_to_shuffle in subgroup lowering
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27272>
This commit is contained in:
parent
cb1b6649e1
commit
4af079960d
1 changed files with 1 additions and 0 deletions
|
|
@ -1001,6 +1001,7 @@ brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir,
|
|||
.lower_quad_broadcast_dynamic = true,
|
||||
.lower_elect = true,
|
||||
.lower_inverse_ballot = true,
|
||||
.lower_rotate_to_shuffle = true,
|
||||
};
|
||||
OPT(nir_lower_subgroups, &subgroups_options);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue