commit | 75f304050e545b914a2903d6f039e145d5a26f83 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Wed Jan 08 17:58:28 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 08 17:58:28 2025 -0800 |
tree | 89705d0716cf0f6168cb20cdcbdf7afaca54178c | |
parent | 0b258db17efa87045c2b03ddf14503a1ff1755e8 [diff] |
[tint][ir][val] Reject IR with abstract values Abstract values should be removed at the resolve stage before IR is generated, so should not be present when validating IR. Fixes: 388286932 Change-Id: I0fec91d1a11ca0ec848234a15d77faf08b15bb57 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/221474 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: James Price <jrprice@google.com> Auto-Submit: Ryan Harrison <rharrison@chromium.org>
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.