commit | 0dce067e286e3d72b929af1f06e2cc332aee2dc5 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Nov 01 17:09:39 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 01 17:09:39 2022 +0000 |
tree | ee2c473345dcac9be7753a54d10d4ebce6e160ad | |
parent | 7cd8db11558e427820d646219a69787b99e86431 [diff] |
[IR] Add support for `while` statements. This CL adds `while` statement support into the IR builder, converting them into loop flow nodes. Bug: tint:1718 Change-Id: I6dbaa24a0082463281dc933f02805169836fedd6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107803 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: 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.