Add OpGroupNonUniformShuffle subgroup op

This commit is contained in:
Billy Laws 2022-11-23 21:16:06 +00:00 committed by Rodrigo Locatti
parent da4ffce189
commit 661499f6ec
2 changed files with 9 additions and 0 deletions

View file

@ -1160,6 +1160,9 @@ public:
// the group.
Id OpGroupNonUniformBroadcast(Id result_type, Id scope, Id value, Id id);
// Result is the Value of the invocation identified by the id Id.
Id OpGroupNonUniformShuffle(Id result_type, Id scope, Id value, Id id);
/// Return the value of the invocation identified by the current invocation's id within the
/// group xor'ed with mask.
Id OpGroupNonUniformShuffleXor(Id result_type, Id scope, Id value, Id mask);