commit | 642a4f1d8c94e684c21a7fc47b75cfeee8ff656d | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue May 02 08:27:28 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 02 08:27:28 2023 +0000 |
tree | f5bc1a08d8a74c34cf822edbbd545b80dc63db2d | |
parent | 255a116ea166b9da7f79de358e2f09aacae2250d [diff] |
[ir] Make dump output more consistent. This Cl updates the dump output for the IR to be a bit more consistent. Brackets are removed, named calls are used in place of symbols. Trailing commas cleaned up. Values have their type appended to make it clearer what they are when a literal is emitted. Bug: tint:1718 Change-Id: Ie202d4a4f8267d00b9af4864063b7133f4c7f324 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/130000 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> 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.