commit | 340b2d93d7364766e9287916935277752080629b | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Thu May 30 17:27:01 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 30 17:27:01 2024 +0000 |
tree | 553f43feae03f4768421f35f831a5858686366b1 | |
parent | e93ab20875ca3303ab2a1bc543debdda83c755f6 [diff] |
[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>
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.