commit | 7f2e6480a756ae5d75adc3a2dc2830ec670b3665 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri Jun 06 16:33:58 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 06 16:33:58 2025 -0700 |
tree | 56369f5f9eb673be6fcbbe6b261e70f15ba8b305 | |
parent | c7944391665f83c6800728a219765367cfa343f4 [diff] |
[wgsl] Support `subgroupMatrixLoad` and `subgroupMatrixStore` with `i8` and `u8` This patch adds the overloads of `subgroupMatrixLoad` and `subgroupMatrixStore` with `i8` and `u8` as the element types of the subgroup matrices. This patch also fixes the template of the subgroup matrix tests about `i8` and `u8` by replacing all `array<i8>` with `array<i32>` and replacing `array<u8>` with `array<u32>`. Bug: 348702031, 403609083 Test: tint_unittests Change-Id: Id41ddb92b294ab2ce80fd74a533031883868cc45 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/245454 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: 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.