commit | 380a1e83d398e40e582d9c7d4926c20dcc1d087a | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jul 14 13:45:14 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 14 13:45:14 2025 -0700 |
tree | 28e082b20b6d7810b95c3847cfe2548ef33d8f51 | |
parent | 3c2e71820fccb0db9755e041fff63aa0a486f13a [diff] |
[spirv-reader][ir] Add support for OpGroupNonUniform*Min Add support for `OpGroupNonUniformSMin`, `OpGroupNonUniformUMin`, and `OpGroupNonUniformFMin` and convert them to `subgroupMin`. Fixed: 431033371, 431033034, 431033488 Change-Id: Ic9a9e6b80485588baeaf32f2515deeddde84914b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/252654 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.