| commit | 09b02ffc7bcb4b95f52315f1a11bfc833f69ec27 | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Wed May 03 22:13:28 2023 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 03 22:13:28 2023 +0000 |
| tree | e872943dcbff6873946ccd2097d03ff282151a8c | |
| parent | 69bb5dd816781b7490c9a3cc6a5de1f186bc9f2f [diff] |
[ir] Split the Terminator into two nodes. This CL moves to having a `FunctionTerminator` and a `RootTerminator` so we can assert if the IR is in a function depending on the terminator seen. Bug: tint:1929 Change-Id: Ie9e3aed71b7cf3b91439efbcca20885ec2cabe24 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131281 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@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.