You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes basic parsing in SPIRV-Tools.
An enum is considered invisible by SPIRV-Tools if:
- it is not in any SPIR-V core version
- it has no enabling capabilities
- it has no enabling extensions
So make the new cooperative matrix enums depend on the extension,
since they are not in any core version of SPIR-V, and
don't depend on any capabilities.
0 commit comments