commit | 849df8db9b1161fb683b7c502b6d1e1cd95094dd | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu May 30 20:13:27 2024 +0000 |
committer | James Price <jrprice@google.com> | Thu May 30 20:13:27 2024 +0000 |
tree | 11a4df543d0aced3298a98174198d99262e60d31 | |
parent | e11ac9d39c12b57c818738842fa39f156b92f229 [diff] |
Revert "[tools] Improvements to 'fuzz'" This reverts commit 340b2d93d7364766e9287916935277752080629b. Reason for revert: broke fuzzer check due to DXC failures Original change's description: > [tools] Improvements to 'fuzz' > > Add support for running multiple fuzzer targets (only 'wgsl' right now). > Copy filtered files out of tint/test to the corpus directory, so that we don't fuzz uninteresting files. > Pass --dxc flag to fuzzers > Add a flag for ignoring non-security crashes. > > Change-Id: I1a49c61c642118880da71ea2eaa42b1734ec44df > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190922 > Reviewed-by: Ryan Harrison <rharrison@chromium.org> > Commit-Queue: Ryan Harrison <rharrison@chromium.org> > Auto-Submit: Ben Clayton <bclayton@google.com> TBR=rharrison@chromium.org,bclayton@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: Iefa757426e4f27f33ce4a232867b5924917bd99d No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190941 Reviewed-by: James Price <jrprice@google.com> Reviewed-by: 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.