commit | f15cc071dc01ccf509e1a0613f5b264d1917ca7d | [log] [tgz] |
---|---|---|
author | Natalie Chouinard <chouinard@google.com> | Fri Aug 09 20:50:15 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 09 20:50:15 2024 +0000 |
tree | d54894e0390668a08bd48b6e0e4c1f53bc3a38b1 | |
parent | 9562469453c2f0a79f49803a1d881e9b19adbc4e [diff] |
[tint] Implement subgroupElect and BroadcastFirst Implement subgroupElect and subgroupBroadcastFirst builtins for WGSL, SPIR-V IR backend (not AST), MSL AST and IR backends and HLSL AST and IR backends. Subgroup builtins are not yet implemented for the GLSL backend. Also implement subgroupBroadcast for the MSL IR backend where was not yet supported. Bug: 354738715 Change-Id: I3ff29b06d7bd2ff492a07b30bbff48aef0a669e2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/201917 Commit-Queue: Natalie Chouinard <chouinard@google.com> Reviewed-by: Antonio Maiorano <amaiorano@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.