commit | f50d56aa05a63b614c49adaab5f3ced3b100ceb1 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Jul 27 18:32:19 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 27 18:32:19 2022 +0000 |
tree | da746e88810a596596fa934905d28f98e4e06655 | |
parent | 9e5415dbebfbcc09a9a14b125a067c6a5b3a8c8c [diff] |
tint/ast: Generate ast::Extension from intrinsics.def Emit unit tests for parsing and printing. Emit benchmarks for parsing. Uses intrinsics.def as a single-source-of-truth. The generators provide a way to optimize the enum parsers. Change-Id: I7f13128f510b2156c2ef724c89df7bb85dae17ed Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97151 Commit-Queue: Ben Clayton <bclayton@chromium.org> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
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.