commit | 71a0a7c91e7511ccff85e365e5787626f21bc6eb | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Mon Jun 16 11:14:06 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 16 11:14:06 2025 -0700 |
tree | 3486771f6a11df483e3701095dbd88a4cdc72aa4 | |
parent | f5267414465b15f31e7cf9d930c0c0ba50579560 [diff] |
[dawn][native] Call ExecutionQueue tasks without lock. - Move out all the callbacks before calling them in order to ensure that we don't have lock inversion issues or deadlocks as a result of re-entrancy. Bug: 417802523 Change-Id: I542f03f6aa0abab9ce7da95cd4f1e4e4b009b1a5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246534 Auto-Submit: Loko Kung <lokokung@google.com> Reviewed-by: Shrek Shao <shrekshao@google.com> Reviewed-by: Corentin Wallez <cwallez@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.