commit | 7d4e4ef089bfae6543a23389d81c27c2169441b3 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Wed Jun 25 14:04:23 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 25 14:04:23 2025 -0700 |
tree | 90ce2073870eeb6693539df19accfe5d25527bd4 | |
parent | eeca3664f65877d63c99b3ce19678d1226df74b2 [diff] |
[tint][fuzz] Use printer capabilities in writer_fuzz passes Exposes the capabilities that are required after running all of the transforms before the printer, and use them in the appropriate writer_fuzz pass. This prevents spurious ICEs in the fuzzer due to IR not being considered valid after running the transforms due to missing capabilities. Fixes: 426017505 Change-Id: I4a7eab200794da881b5b5894135f019e266ea88a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/248994 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: James Price <jrprice@google.com> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Commit-Queue: 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.