commit | 223318d090e36d901f7c7a83b764e0a336b19385 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri Jun 13 15:12:11 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 13 15:12:11 2025 -0700 |
tree | 7101f0f236308ef7ce2646ec6069f80a20026115 | |
parent | 613a9f65d9fa51b3f5183893bdc38887cca607ee [diff] |
[spirv] Support `i8` and `u8` in `subgroupMatrixStore` This patch supports the overloads of `subgroupMatrixStore()` and with subgroup matrices using `i8` and `u8` as elements and `array<i32>` or `array<u32>`. Bug: 348702031, 403609083 Test: tint_unittests Change-Id: I10c8c301bba7a45496aaf7a71b714300efd34a4a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246635 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: 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.