commit | 40cebec6172259c7675753cbd8a83f42305ee455 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Apr 10 09:40:17 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 10 09:40:17 2025 -0700 |
tree | 0a47126fd26916f5ac35bf9dff174fc1a766e91f | |
parent | db661ce4cf8e481467f27f4bc1d215752c5bd3fa [diff] |
[tint] Fix zero-value composite constructors with subgroup matrices If a constructor contains a subgroup matrix then its evaluation stage must be runtime. This prevents the resolver from trying to create constant values with subgroup matrix types. Fixed: 409367436 Change-Id: Ia190033d73f186fa14133b79a34ae7cd0848ec12 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/235655 Reviewed-by: dan sinclair <dsinclair@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.