commit | 59a72c3ed02671b658ce4e20b4abcd550e66fb4e | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed May 28 18:24:15 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 28 18:24:15 2025 -0700 |
tree | 054917744911f0512072b9862b09994fc96bbcce | |
parent | b368144730e4352c579ce440df6ea708e1118eb5 [diff] |
[ir] Add capability for multiple entry points Most transforms and printers assume there is only one entry point, as we require that SingleEntryPoint has run before entering the backends. Capture this in a capability so that the fuzzers respect this precondition. Change-Id: I8b20ab1ae9cacfe3129c20197c1bebbdf2e367b5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/244157 Reviewed-by: dan sinclair <dsinclair@chromium.org> Auto-Submit: James Price <jrprice@google.com> 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.