[ir] Move AllowMultipleEntryPoints to a property The WGSL frontend and protobuf decoding add the property only if the module actually contains multiple entry points, so that we don't conservatively exclude test cases from fuzzers that do not support multiple entry points. The SPIR-V frontend always adds the capability. The SingleEntryPoint transform removes the property. The printers reject the property, as does the ArrayLengthFromUniform fuzzer since the transform assumes a single entry point. Bug: 512904070 Change-Id: Ib5c3afb2ba2f682e506f4c3e3dbd270ab1a7fd17 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/311667 Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: 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.