commit | de0236dec587a867611a67adcfd0fbddc92fcdc6 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Thu Feb 22 22:05:38 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 22 22:05:38 2024 +0000 |
tree | 4d85c0d28a53bf21390c855079e7c711ae67d723 | |
parent | c1ce85c245849d0747dd1ee6e9a608d931216e8f [diff] |
Remove ShaderModule IsAlive assertion TSAN says this is a data race. Checking liveness in the linked-list would need to acquire the linked-list lock. In this code, this assertion doesn't have a lot of value anyway, so remove it. This is failing on top-of-tree, but the tests that would have caught it only run on NVIDIA, and the particular test is skipped because TSAN reports a race within the NVIDIA driver. Bug: dawn:1662 Change-Id: Ibf319888fe23f2194b3cc75be49387a32a4a9759 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/175205 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: 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.