commit | 9117d34c18bc448686d435ade585412a2c9274c1 | [log] [tgz] |
---|---|---|
author | Alan Baker <alanbaker@google.com> | Mon Jun 09 08:50:37 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 09 08:50:37 2025 -0700 |
tree | fb5f8434dda947fb0d188c105e5d93a756d651da | |
parent | ec9753dfa570c6739f6b2740ca2c255ff89425b4 [diff] |
SPIR-V 1.4: Support OpCopyLogical Fixed: 422789854 * Add spirv IR node for OpCopyLogical * Support emission * Modify ForkExplicitLayoutTypes * Takes the binary version as an input parameter * If the version is 1.4 or later, generate OpCopyLogical instead of element-wise recursive copies * Remove SpirVersionLess from spirv writer options as it is not necessary with the version being an enum Change-Id: I3b63ab00a99c2a6cad4f30a480b95958999492b9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/245934 Reviewed-by: dan sinclair <dsinclair@chromium.org> Auto-Submit: Alan Baker <alanbaker@google.com> Reviewed-by: James Price <jrprice@google.com> 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.