commit | 21ad7236dd50624667f2b6da8c60511b102a5f56 | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhaoming.jiang@intel.com> | Fri Aug 11 02:36:01 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 11 02:36:01 2023 +0000 |
tree | 994c0660e77c86e096571c88756a397ea6f1a875 | |
parent | e61673f7e4e83c2a782a79b099ecafdf6e54350a [diff] |
Dawn: add subgroup experimental features in Dawn This CL add features chromium-experimental-subgroups and chromium-experiemental-subgroup-uniform-control-flow in Dawn for further investigation of subgroup. With feature chromium-experimental-subgroups required, WGSL extension chromium_experimental_subgroups will be allowed. The related unittests are implemented for WGSL extension validation. With feature chromium-experiemental-subgroup-uniform-control-flow, Vulkan feature will be required when creating device, but the SPIRV shader modification is not implemented yet. Issue: dawn:464 Change-Id: Ib0859f80746427c43975b2d31af5b4e46165900c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/144360 Reviewed-by: Zhaoming Jiang <zhaoming.jiang@intel.com> Commit-Queue: Zhaoming Jiang <zhaoming.jiang@intel.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.