Commit a53199a2 by Jeff Bolz Committed by Neil Henning

Support Partitioned subgroup builtin functions with extended types

Also refactor the generation of those builtin functions programmatically combine names and types.
parent abebd025
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -451,6 +451,8 @@ INSTANTIATE_TEST_CASE_P(
"spv.subgroupExtendedTypesBallotNeg.comp",
"spv.subgroupExtendedTypesClustered.comp",
"spv.subgroupExtendedTypesClusteredNeg.comp",
"spv.subgroupExtendedTypesPartitioned.comp",
"spv.subgroupExtendedTypesPartitionedNeg.comp",
"spv.subgroupExtendedTypesShuffle.comp",
"spv.subgroupExtendedTypesShuffleNeg.comp",
"spv.subgroupExtendedTypesShuffleRelative.comp",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment