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
Fix WebGPU limits.maxBufferSize, these are 64-bit iso 32-bit (#22187)
Fix implementation of WebGPU limit queries, `maxBufferSize` is 64-bit
instead of 32-bit.
There was already a test for this
(`browser.test_webgpu_required_limits`), but that one was failing on my
end (I do have >4GB VRAM).
0 commit comments