commit | 66bf143b8ac648b928248d97a7dd845ae655937c | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Mar 31 11:18:14 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 31 11:18:14 2025 -0700 |
tree | f858d3b40a5bbbecbbb1620c7f56b2f639ca35fc | |
parent | 76305eb22b70b240c3b673e6dc2dff46522aec5b [diff] |
[spirv] Avoid OpConstantNull for subgroup matrices Mesa did not support `OpConstantNull` for these types until very recently, so use `OpConstantComposite` instead. Bug: 407532165 Change-Id: Ia914859bb2321eb76270d9797bb1e22fee6e30c7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/227574 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: 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.