commit | 874b61f1badfe275c480d1dcb6d32b867391de73 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed May 11 22:05:15 2022 +0000 |
committer | James Price <jrprice@google.com> | Wed May 11 22:05:15 2022 +0000 |
tree | 8f52c29d09f015d32362a108d7defde01c56fb99 | |
parent | be656f7984a48e3c4e9a3c9dcc0ba7bbdc3da278 [diff] |
tint/uniformity: Retain control flow graphs Move the control flow graphs to `FunctionInfo` so that they are not destroyed when we finish processing the function. This will make it easier to produce more detailed diagnostics for uniformity issues, which will be coming in subsequent CLs. There is no functional change in this CL. Bug: tint:880 Change-Id: I1322fb54b16bd1c660799a62435fbdcd7fb39cb2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/89822 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: 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.