WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
268425
[WGSL] override expressions as array lengths do not compile
https://bugs.webkit.org/show_bug.cgi?id=268425
Summary
[WGSL] override expressions as array lengths do not compile
Mike Wyrzykowski
Reported
2024-01-30 16:39:22 PST
Running the following CTS test:
https://gpuweb.github.io/cts/standalone/?q=webgpu:api,validation,compute_pipeline:overrides,workgroup_size,limits,workgroup_storage_size:isAsync=true
We see the error: 1 error generated while compiling the shader: 5:45: array count must evaluate to a constant integer expression or override variable --------------- Shader source --------------- override a: u32; override b: u32; var<workgroup> mat4_data: array<mat4x4<f32>, b>; @compute @workgroup_size(1) fn main() { _ = mat4_data[0]; } --------------- end shader source --------------- We can use function constants inside the generated metal shading language array length declaration.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-01-30 16:39:41 PST
<
rdar://problem/121971104
>
Tadeu Zagallo
Comment 2
2024-02-06 17:20:07 PST
Pull request:
https://github.com/WebKit/WebKit/pull/23972
EWS
Comment 3
2024-02-08 10:27:33 PST
Committed
274296@main
(2e6c189562a8): <
https://commits.webkit.org/274296@main
> Reviewed commits have been landed. Closing PR #23972 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug