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
From section "2.16.1. Universal Validation Rules" of the SPIR-V 1.6 specification:
"If the workgroup size is statically specified (using the LocalSize, LocalSizeId execution modes, or the WorkgroupSize BuiltIn), the product of all workgroup size dimensions must not be zero".
The following shader violates this rule, but no validation message is emitted:
From section "2.16.1. Universal Validation Rules" of the SPIR-V 1.6 specification:
"If the workgroup size is statically specified (using the LocalSize, LocalSizeId execution modes, or the WorkgroupSize BuiltIn), the product of all workgroup size dimensions must not be zero".
The following shader violates this rule, but no validation message is emitted:
My
spirv-val --version
says this:SPIRV-Tools v2022.2-dev unknown hash, 2022-04-11T17:22:03
The text was updated successfully, but these errors were encountered: