commit | de18f7d6dd3a6b0cc7abf5313347dd91093de9f5 | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Wed Mar 05 16:49:46 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 05 16:49:46 2025 -0800 |
tree | 63de9c370067cf702abfe31bd588fa77fa89beed | |
parent | f65a5455c01c31dada9c5d5ca9a269b99b76bd79 [diff] |
[dawn][native] Make error scopes thread local. - Introduces helpers for TLS via the common file. - Makes error scopes thread local. - Adds cleanup for error stacks in memory reduction calls. - Adds relevant tests. - Adds BUILD/CMake rules to build absl::NoDestructor used for some of the static objects. Bug: 382096622 Change-Id: I6f16b80858c460badf968ad8aa96492ea63da9c2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/228894 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org>
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.