commit | 4d40cfad8956ac0a6e4640d13b95f37558c29b9d | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Fri Mar 07 10:12:34 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 07 10:12:34 2025 -0800 |
tree | 68c34d2cf41098b19731afc49f31a3f559a0e8a8 | |
parent | 6bd6fc84805acf8f0ef7f3e26e2b772987399d18 [diff] |
[tint][fuzz] Add fuzzer corpora minimization This CL does a major rework of how fuzzer corpora are generated in anticipation of moving to storing them in GCS. Future CLs and work will be needed to migrate to using GCS. - Reworks corpus generation into a single script 'generate_tint_corpus.py' - Changes 'ir_fuzz_as' command line args to support either one file being assembled or a directory of files being assembled - Reworks GN rules to have a non-minimized and minimized generation actions for WGSL and IR, which have appropriate dependencies. - Explicitly added the non-minimized corpora as dependencies to the fuzzer targets. Since they are low cost to generate but are needed for things like the fuzz check in the CQ. - The minimized rules are not used as dependencies to avoid dependency loops and keep build time manageable, since minimization can take a long time). Issue: 399689217 Change-Id: If05d5359743b9e05ebf51c3de0db3b73dea6287c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/229135 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: 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.