commit | b91c083842f13bbc0a85f24a8b93393c92889811 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Feb 11 07:01:42 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 11 07:01:42 2025 -0800 |
tree | 8ced177ee97eb0935b31bcdb921813b68006aabe | |
parent | 2a84206a294bdf5ac7f8d588fad4b6beb29fcf91 [diff] |
[dawn] Add feature for subgroup matrix extension Allow the WGSL extension only if the WebGPU feature is enabled. Device queries to enable the feature will be added in future CLs. Bug: 348702031 Change-Id: Idc7c79f7dc24dc353f3da8a3f4334a302171af4d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/225176 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Corentin Wallez <cwallez@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.