commit | 1d8d4a70cd619c1eb6ef66e277ca4b3ccee209ee | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Jul 09 05:38:41 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 09 05:38:41 2025 -0700 |
tree | b2e246678ea744d95ab1b592dbf8371c2692b8bd | |
parent | d6193bffef126f5b144db12135ddd6a0994898a3 [diff] |
[spirv-reader][ir] Refactor block emission code. Refactor the block emission code, pulling out the continue code and fixing up comments/clarifying intent. Make sure for any phi emitted in a merge block the phi is added to the scope as well as the values array. Bug: 42250952 Change-Id: I5008a45ea109fb996da623fec30784ced36de053 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/251435 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@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.