commit | 3f24fdc4476023b30a3a00793391a70bac0379db | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Nov 01 00:23:14 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 01 00:23:14 2022 +0000 |
tree | 47bcf11d9589f84ad90e7e97a0e8e47031aa9336 | |
parent | e689e053beef4c547aa468cfcc26bc80e2b73f46 [diff] |
tint/fuzzers: Don't run the inspector on invalid programs docs/tint/arch.md states that: > The input `Program` to the inspector must be valid (pass validation). So it should not be assumed that the inspector can handle invalid programs. Bug: chromium:1378999 Change-Id: I780f59ba1117f5eadb461a55947c8e36761ab25f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107688 Commit-Queue: Ben Clayton <bclayton@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.