commit | d57937e8b99bec8d6bedbedb93df730f261abdde | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Wed May 21 09:51:24 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 21 09:51:24 2025 -0700 |
tree | 034e2e62dc6f0997636449f614473ee275f8b407 | |
parent | c2085c6e3d15bfcd0c8fc1fa08565818a38718fc [diff] |
[spirv-reader]: Fix replacement of wgsize with multiple entry points When multiple entry points use workgroup size, then take care to replace each use of the global variable only once. Change-Id: I2a1d31fe4bc6805e37a444eb7f98b0dc211e1fdd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/242794 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: David Neto <dneto@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.