commit | 7cd0dfe46dc59eda2493f572d46b9ff6597e6d7f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jul 11 04:41:29 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 11 04:41:29 2024 +0000 |
tree | 5c49d03590e289cac743965a16575fd217e02bb6 | |
parent | c86283c0ba902ce837c1e5ba901c0ab7c569c2ca [diff] |
[ir] Validate store and value types exist for Store instructions. When validating store instructions, make sure the value and store types exist, otherwise we may try to emit an error if they aren't equal and fail because we can't get the friendly name. Change-Id: I0a8ead622c944290f98bb6ef3e8c89d9d4ecedd1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/197498 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.