radeonsi: lower relative shuffle subgroup ops

This will be needed by rusticl to support the relevant CL extensions.

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26504>
This commit is contained in:
Karol Herbst 2023-12-08 19:28:00 +01:00 committed by Marge Bot
parent 83624659c5
commit 9fbcc7987f

View file

@ -261,6 +261,7 @@ const nir_lower_subgroups_options si_nir_subgroups_options = {
.ballot_components = 1,
.lower_to_scalar = true,
.lower_subgroup_masks = true,
.lower_relative_shuffle = true,
.lower_vote_trivial = false,
.lower_vote_eq = true,
.lower_vote_bool_eq = true,