StorageClassPrivate shadow copy of WorkGroupSize can be replaced with OpVectorExtractDynamic
Open
- Dominant language
- LLVM
- Stars
- 729
- Forks
- 110
- Avg merge
- 17h 51m
- Merged PRs (30d)
- 23
Description
Currently, WorkGroupSize has a private scope variable in case the application dynamically extracts the workgroup size, but it seems more direct to use dynamic vector extraction.
EDIT: Removed mention of interoperability issues, missed that the spec constant had WorkGroupSize declared as a builtin.
Contributor guide
Assessment
This issue has not been assessed yet.