commit | 7b0050f30d4692507975b790c4a5ebfbb74d837e | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Fri Dec 20 14:41:27 2024 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 20 14:41:27 2024 -0800 |
tree | 40ef5f2643d8d30f53d3fef508c04669acaf7bc5 | |
parent | 88818a5d46ab3f81f1e4f5dcd5f5ffec53ec5fc8 [diff] |
[tint] Add a const param validator Override parameters need to be const evaluated for pipeline errors after substitute overrides is called. We intend to call this from the IR so this mean we need to validate parameters in the IR. We may still need to do a follow up for Access/LVE/SVE too (for OOB indices on non-constant arrays/vectors/matrices). Bug: 382300469 Change-Id: I8fe1272e11f991f7047a327ce8692b9826604f3c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/219734 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Peter McNeeley <petermcneeley@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.