commit | 479c0326bd78e5069928c292d97dec22542749d7 | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Thu Mar 20 15:38:21 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 20 15:38:21 2025 -0700 |
tree | 5ed98681f2c84f9e6ba82a23afe21b2f05ac79bc | |
parent | 2405098e24168ee13cca207742e6a03624744565 [diff] |
[dawn][emscripten][test] Add workaround for WASM tests startup. - In g3, we are seeing test flakes for the first WebGPU tests to run. This is likely a regression in Chromium, and we are investigating further. In the meantime, this workaround works locally in g3 to make the flake almost never happen since the issue is believed to be a race between the tests and Chromium startup. Bug: 404535888 No-Try: true Change-Id: I9085bb3e6ce62d72f2759204306462484342529c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/231678 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.