commit | eb97c4744c7da13e71e9bcf420fd0864bbc361ca | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Feb 26 11:18:09 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 26 11:18:09 2025 -0800 |
tree | 57cbc0c53003f6cc2819585506b575a08108f466 | |
parent | 4c1590abae0daaeb2dc5abd787f644738e714f2b [diff] |
[spirv-reader][ir] Convert OpNot. This CL converts the SPIR-V `OpNot` instruction into an IR `complement` instruction. Bug: 391487408 Change-Id: I6c2b5745b8c03bd513c7a0237eaa38693611aa4a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/227974 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.