commit | 809187c57968e5ee1748fb1b661e46cc9f691093 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon May 15 23:42:33 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 15 23:42:33 2023 +0000 |
tree | e726423b39e3196359e8244fb4a327582bb1e2a4 | |
parent | 27521c6b9196df83b57db76d93c5dfed5204b97c [diff] |
[ir] Move ir::Builder to hold module reference This CL moves the module from being owned by the builder, to be passed into the builder and stored as a reference. This allows the transforms to create builders based on the same module as needed. Bug: tint:1718 Change-Id: I4863f368582242626c2a2c6996fd62f053314bb1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/132862 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.