commit | b49f90b8dc01567f7397264122c4295762431baa | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhaoming.jiang@intel.com> | Wed Jul 17 02:39:44 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 17 02:39:44 2024 +0000 |
tree | c6742a2df0e335a250ef0e18bb8386e5c5f02e64 | |
parent | c97efdfa8e6eaae7f0aaadf24f51f191a9ed1136 [diff] |
Dawn: always report valid subgroups limits if adapter supported This CL make Dawn always report valid min/max subgroup size if required and the adapter support subgroups feature, instead of requiring unsafe APIs allowed. This change allow the OT webpages query these limits without starting Chrome with toggle enable-unsafe-webgpu. Bug: 349125474 Change-Id: Ie3ac0af2ad28dce735e64266b888501652fe7c63 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/198634 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Zhaoming Jiang <zhaoming.jiang@intel.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.