commit | ad4239413d576c71a99ef7fac3db453f752a95eb | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Fri Jul 12 00:48:07 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 12 00:48:07 2024 +0000 |
tree | 6cd0caa352b304349e295187b0cf7ae4b5c44a8b | |
parent | 43127a95ca3f8d57e1c0064d0d49c656f8747d50 [diff] |
[tint][ir][fuzz] Prevent fuzzer from crashing on malformed stores This includes generic machinery for checking operands and results that will be used in following CLs. Fixes: 352496171 Change-Id: I91efd1dfb937f16afe52d4aa7d74d29866fc241a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/198054 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: James Price <jrprice@google.com> 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.