commit | 5baa4b41c352cdff713a68a922ce08a5bf9640f8 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Jun 05 17:38:20 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 05 17:38:20 2023 +0000 |
tree | dd34ffd5d4f2bc218b85517af2ec50284337b3ec | |
parent | fcbef4f926227e406b4d6bb1e13eed47e16df1b6 [diff] |
[ir][to_program]: Simplify error handling Emit semantically-invalid placeholder expressions to reduce the amount of error handling required through the code. As well as greatly improving readability, will provide substantial performance wins. Bug: tint:1902 Change-Id: I045755ad494af0db5cfb1cd4c40665c45bc61561 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/135940 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.