RESOLVED FIXED Bug 276490
[WebGPU] read_write storage textures should use appropriate fence functions, when needed
https://bugs.webkit.org/show_bug.cgi?id=276490
Summary [WebGPU] read_write storage textures should use appropriate fence functions, ...
Mike Wyrzykowski
Reported 2024-07-11 10:08:33 PDT
[WebGPU] read_write storage textures should use appropriate fence functions, when needed We could start with always omitting fence after every write. I think it is only needed when a read occurs. Alternatively, limit the insertion of fence to access::read_write textures. Required to fix https://gpuweb.github.io/cts/standalone/?q=webgpu:shader,execution,memory_model,texture_intra_invocation_coherence:*
Attachments
Radar WebKit Bug Importer
Comment 1 2024-07-11 10:08:50 PDT
Tadeu Zagallo
Comment 2 2024-07-11 13:37:38 PDT
EWS
Comment 3 2024-07-22 16:12:28 PDT
Committed 281217@main (1f4a0763d4ce): <https://commits.webkit.org/281217@main> Reviewed commits have been landed. Closing PR #30715 and removing active labels.
WebKit Commit Bot
Comment 4 2024-07-22 16:25:12 PDT
Re-opened since this is blocked by bug 276917
Andy Estes
Comment 5 2024-07-22 16:38:54 PDT
Reverted this by mistake. The revert has been undone in https://commits.webkit.org/281221@main.
Note You need to log in before you can comment on or make changes to this bug.