commit | 47f3613cf2c900493f013a60092203374e5e3e39 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu May 29 14:12:12 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 29 14:12:12 2025 -0700 |
tree | 53c567b19cbbcb2ea80eb7c9adf8a3e56755708c | |
parent | c6ae5765131e89d590ee2e72e6ece1c1ef31cf1e [diff] |
[tint] Add a SingleEntryPoint fuzzer This transform is not run as part of the backends, so make sure we have dedicated fuzzing coverage for it. Make the "entry point not found" error a soft error rather than an ICE, so that it doesn't cause a fuzzer failure. Change-Id: Id557895e83138b43b47797c8d623013027550173 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/244159 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com> Auto-Submit: 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.