commit | c0a27bcff4f9096e5ab7bbd759e9942f5216bee0 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Feb 13 06:46:52 2025 -0800 |
committer | James Price <jrprice@google.com> | Thu Feb 13 06:46:52 2025 -0800 |
tree | 898a1bbd93d4852795e54173b8e0922514cdf24e | |
parent | 8119dbd274712f7a2899eb41a0108d23fee0410b [diff] |
[tint] Subgroup matrix component types do not have to match The components types for the inputs and result do not have to match for subgroupMatrixMultiply and subgroupMatrixMultiplyAccumulate. For subgroupMatrixMultiply, this requires an explicit template parameter to specify what the result component type is. Bug: 348702031 Change-Id: I17177bea6542e6f6b8acf2c1d5d71eae4ac4c44c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/226155 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.