commit | e8acc6fe42af633f035ba0379bf4a0c0d4d3001e | [log] [tgz] |
---|---|---|
author | Dan Sinclair <dsinclair@chromium.org> | Tue Aug 29 15:13:43 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 29 15:13:43 2023 +0000 |
tree | 83eb832f987ff3e297b5f7957ce2219c8dffff63 | |
parent | 7bb40bf80a1e94e24c29121214063d7baafdad8e [diff] |
Reland "[ir] Enable the IR by default" This reverts commit 088b039f50f929adc83ea20c378bcc456f88a77e. Reason for revert: Did investigation, filed bug for further binary size reductions. Original change's description: > Revert "[ir] Enable the IR by default" > > This reverts commit b2c9d0a8dabeb8c2d62f24934c3c2e1afc0dd3ef. > > Reason for revert: Doing some binary size investigation. > > Original change's description: > > [ir] Enable the IR by default > > > > This CL flips the configuration to build the IR by default instead of > > disabling by default. This is a precursor to enabling the IR more widely > > for backend generation. > > > > Bug: tint:1718 > > Change-Id: I3927ce76dec29a679d723a6443ef814ace3d47fe > > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/148060 > > Commit-Queue: Dan Sinclair <dsinclair@chromium.org> > > Kokoro: Kokoro <noreply+kokoro@google.com> > > Reviewed-by: James Price <jrprice@google.com> > > Reviewed-by: Ben Clayton <bclayton@google.com> > > TBR=dsinclair@chromium.org,bclayton@google.com,jrprice@google.com,noreply+kokoro@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com > > Change-Id: I441d4a782d05e10a399cedbe810e27f8e922eda5 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: tint:1718 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/148084 > Reviewed-by: Ben Clayton <bclayton@google.com> > Commit-Queue: Ben Clayton <bclayton@google.com> > Reviewed-by: Dan Sinclair <dsinclair@chromium.org> > Kokoro: Kokoro <noreply+kokoro@google.com> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: tint:1718 Change-Id: I19dade6bcc4892f19f3007013fe9201a6c1315eb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/148880 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Antonio Maiorano <amaiorano@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.