commit | e0362cf1a77248558d83cd62bef5325927c25b72 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Feb 05 13:36:45 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 05 13:36:45 2025 -0800 |
tree | 988d66b114f3f29e7b6587acf1b91db634623585 | |
parent | 8f93a6832b54039065ab14e709cf88314aff2ada [diff] |
[msl] Handle subgroupMatrixStore builtins Replace them with simdgroup_store intrinsics in the builtin polyfill transform. The MSL intrinsics take a pointer to the first element, and have a `matrix_origin` parameter that must be a `ulong2`. Bug: 348702031 Change-Id: If45047dc291174c8d605ad1f29b449a6f8bde884 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/224254 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.