commit | 10486f7b64a3e01c5ae798653bb627021ea8d238 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Feb 11 05:49:22 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 11 05:49:22 2025 -0800 |
tree | 0503ee4f8caeb535e9ba5ee8660cc20849f8a3f1 | |
parent | 3e604f65e3df570fad2602c605163185022ef2b1 [diff] |
[spirv-reader][ir] Add support for `OpBitReverse`. Convert the `OpBitReverse` instruction into a `reverseBits` WGSL instruction. Bug: 391487276 Change-Id: I4fab546e883c0b018c3aa1f50209d07c0b304ef8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/225835 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@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.