[Webkit-unassigned] [Bug 264111] New: [WebGPU] Buffer synchronization is implemented incorrectly leading to data races between the CPU and GPU

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 2 12:59:29 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=264111

            Bug ID: 264111
           Summary: [WebGPU] Buffer synchronization is implemented
                    incorrectly leading to data races between the CPU and
                    GPU
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mwyrzykowski at apple.com

[WebGPU] Buffer synchronization is implemented incorrectly leading to data races between the CPU and GPU

Specifically, calling GPUCommandEncoder.copyXToBuffer() and then mapping the buffer contents returns the pointer, but the copy command may still be in flight.

This leads to data races

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231102/85c956b8/attachment.htm>


More information about the webkit-unassigned mailing list