commit | b8622993fa0043ec1c803bc24022c44ae2e4d0c6 | [log] [tgz] |
---|---|---|
author | Natalie Chouinard <chouinard@google.com> | Mon Aug 12 15:44:48 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 12 15:44:48 2024 +0000 |
tree | 0242b1a3cd23c4909ac43e9361f2a6d6175b1498 | |
parent | 9531e032d3f4ef321d887b248b1cdd0516e5d537 [diff] |
[tint] Implement subgroupShuffle Implement subgroupShuffle builtin 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. A polyfill is necessary in the SPIR-V IR backend to handle the case where the lane ID is a signed integer. Bug: 354738715 Change-Id: I3c29c1862d29600457fdb790b954fe0854008b52 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/201956 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@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.