commit | 088b039f50f929adc83ea20c378bcc456f88a77e | [log] [tgz] |
---|---|---|
author | Dan Sinclair <dsinclair@chromium.org> | Tue Aug 22 10:38:34 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 22 10:38:34 2023 +0000 |
tree | c977ddf642245c2f97e92c2857244a302bffd55a | |
parent | 30b420d5ed210cc014d69c8014853bbf9ab76650 [diff] |
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>
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.