commit | 9ff27f328176d7a670a03fa747bcc3fca02b4add | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Apr 15 12:50:57 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 15 12:50:57 2025 -0700 |
tree | 33ea4d3a985a9a8ab897d71fcefdb1717ffb806c | |
parent | 6cf3cca6f011d1d8a802e41a6bcf78b5d0462966 [diff] |
[wgsl] Disallow subgroup matrix in the private address space The private address space is always considered to be non-uniform, which means subgroup matrices in var<private> would be unusable without the diagnostic to disable the uniformity analysis. Fixed: 410549252 Change-Id: I7b2a7f110a4b346ece518c9af001d5dac0a30a15 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/236818 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: 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.