commit | 49c1b0e7c623ad01be204a88e812b165b7a2af69 | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhaoming.jiang@intel.com> | Thu Sep 19 19:40:50 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 19 19:40:50 2024 +0000 |
tree | eeae5d3b1b681df8f9f64031a212a2e101e310d8 | |
parent | a480991ed5171c0192e677a0536f9f9ead7db5c7 [diff] |
Dawn: add subgroups-f16 feature dependency validation This CL validate that subgroups-f16 feature must be required together with shader-f16 feature and subgroups/chromium-experimental-subgroups feature when requiring device from the adapter. Related unittest is also implemented. Bug: 349125474, 365911968 Change-Id: Iad996ec42f22cf1f88fb84933f576feafb03fdaa Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206088 Reviewed-by: Alan Baker <alanbaker@google.com> Auto-Submit: Zhaoming Jiang <zhaoming.jiang@intel.com> Reviewed-by: Corentin Wallez <cwallez@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.