commit | 323a821f6bd7ca7a567a01bb942327ae290b34f7 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Feb 11 05:49:27 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 11 05:49:27 2025 -0800 |
tree | 5ffe37ba28449c9f9266a5f2e49f1d73bfea4534 | |
parent | 10486f7b64a3e01c5ae798653bb627021ea8d238 [diff] |
[spirv-reader][ir] Add support for `OpAll` Converts an `OpAll` into a WGSL `all` instruction. Bug: 391485778 Change-Id: I95eb7c2794489377f5aeefe140652678a8cb57ae Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/225856 Reviewed-by: James Price <jrprice@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.