| commit | f55ef5e48b14121017d315aa4c18c4b3e58c61a1 | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Wed May 24 20:14:14 2023 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 24 20:14:14 2023 +0000 |
| tree | a862e7fa7d3d9a835b815c5aa7b2a5050283bfd0 | |
| parent | 0089d5e6e2f9915b8867f68b758c8b467e2116b4 [diff] |
[ir] Convert FlowNode to Block where possible. This CL updates a bunch of uses of FlowNode to use Block instead. The InboundBranches are moved from FlowNode to Block. Bug: tint:1718 Change-Id: Ic1c07dae103e25364a3a6b3333cfcb57d10b30c2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/134260 Reviewed-by: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
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.