commit | 6fbea5ff95a176b916b8428a6d769b0d4e38ce67 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jul 14 13:35:50 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 14 13:35:50 2025 -0700 |
tree | 2741e2936cf00f045fd8e57049acf69e96f4dda5 | |
parent | ad5e63a6ff7def21ebf39a7d5c4bbe9cadfac1ea [diff] |
[spirv-reader][ir] Add support for `OpGroupNonUniformQuadSwap` Add support to convert the `OpGroupNonUniformQuadSwap` instruction into the `quadSwapX`, `quadSwapY`, or `quadSwapDiagonal` instruction as needed. Fixed: 431031432 Change-Id: Ie7d095ae0c8ffa3ddf8fb55b2da6c0cccbc86bd4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/252455 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: David Neto <dneto@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.