commit | aa7a932603b9a1f648ade0a5ef2fd4abcbde7ba1 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jul 14 13:35:55 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 14 13:35:55 2025 -0700 |
tree | 61308a893c102bfea64f31d7814355f83b4dd519 | |
parent | 6fbea5ff95a176b916b8428a6d769b0d4e38ce67 [diff] |
[spirv-reader][ir] Add `OpGroupNonUniformShuffle` support. Add support to convert `OpGroupNonUniformShuffle` into a `subgroupShuffle` instruction. Fixed: 431032569 Change-Id: I9d3f312f3ad32d4c068306e1ecc03e96ef883e76 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/252514 Reviewed-by: David Neto <dneto@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.