commit | c95e4700e6da2866309e8d7b12aa5c95e380ca0f | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Feb 03 17:41:06 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 03 17:41:06 2025 -0800 |
tree | a8f04ab30beccf75482baef1014f3f43d03abb10 | |
parent | 9fba79d5ce848d83e6c3c1668574808a8bf1227b [diff] |
[wgsl] Handle subgroup matrix constructors These have to be resolved manually due to the arbitrary column and row counts. Support zero value and single value constructors only. Bug: 348702031 Change-Id: I550adb23c27411fdddb09aa54bac026967a91c14 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/224055 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.