[Webkit-unassigned] [Bug 265853] New: [WebGPU] Several limits in HardwareCapabilities.mm are not realistic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 4 22:43:52 PST 2023


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

            Bug ID: 265853
           Summary: [WebGPU] Several limits in HardwareCapabilities.mm are
                    not realistic
           Product: WebKit
           Version: WebKit Nightly Build
          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] Several limits in HardwareCapabilities.mm are not realistic as they are 2^32 - 2, but can't actually allocate that much memory in practice without jetsams or other release assertions as this 2^32 - 2 is often multiplied by a type size where sizeof(type) >= 4

-- 
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/20231205/a723e297/attachment.htm>


More information about the webkit-unassigned mailing list