commit | 56cb75e81cb0831406eb26ce05d827df2b7cffbb | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jun 22 16:59:35 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 22 16:59:35 2023 +0000 |
tree | 29498820fd1040ff5752bfb9e3763ea4486930ec | |
parent | 6119bd13d7dbcc0ba32ba8ca9c06cb0defc22781 [diff] |
[ir][validation] Validate `var` Add validation for the `var` instruction. This CL checks that the `result` for the `var` is not `nullptr`. Bug: 1952 Change-Id: Ib68694c83f53c0315cb4b5861b759748df1aa500 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/138221 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.