commit | bcee2cdac6855742d30827b991a40a7362c835d7 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Aug 20 23:23:20 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 20 23:23:20 2024 +0000 |
tree | 9c25a6a8e68f1a95b319a733afa2b11e2d0ecb4b | |
parent | d2ca66064643a92276d6949868b17208b43a23b6 [diff] |
[msl][ir] Emit `subgroup_matrix` types and zero values This CL adds the emission of `subgroup_matrix_left`, `subgroup_matrix_right` and `subgroup_matrix_result` types from the MSL IR backend. The zero values are also emitted. Bug: 348702031 Change-Id: Ia325ff881c25330eaecc2d68b4f79777a55b7041 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/202974 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: 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.