commit | 2ad36ee20831c60f55226d86e5b0254bc7724ebd | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Thu Oct 24 21:44:00 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 24 21:44:00 2024 +0000 |
tree | 518a430718b1b5cb5b8de16922f616d6dc1eb12f | |
parent | 111d568806d47d987a2b5f0e9c5a948405cfc4f9 [diff] |
[tint][ir][fuzz] Prevent encoding a binary that won't decode Adds plumbing to get errors out of IR binary encoding that are not ICEs. This is then used in the roundtrip fuzzer to reject inputs that won't decode correctly due to internal limits. Fixes: 375220551 Change-Id: I775c150f867124b3e30cc2161645134e88b2c625 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/212314 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@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.