Add "subgroup-size-control" feature#201
Conversation
This patch adds the "subgroup-size-control" feature in gpuweb/gpuweb#5578.
|
@kainino0x @Kangz PTAL, thanks! |
|
Hi @kainino0x and @Kangz , I cannot add |
|
Let's not merge this before the feature is added to the spec, we can use Typescript casts to coerce the string into the enum type and temporarily bypass the typechecks when writing the CTS. |
The
Generally I recommend changing types during the experimental phase, because writing CTS using typescript casts on things like experimental dictionaries and new methods is a pain. However in this case the amount of casting is trivial and wouldn't significantly complicate the tests. So, I'm fine either way. |
This patch adds the "subgroup-size-control" feature in gpuweb/gpuweb#5578.