commit | de99b13d2c31918071d984fb47570ff67e941953 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Feb 26 09:07:41 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 26 09:07:41 2025 -0800 |
tree | eabfaf6515c381627fd63a12acae9ada4fbe0d81 | |
parent | 97eecf484392f41a74cb8b537f1bb4c904a0f18c [diff] |
[spirv-reader][ir] Add OpBitcast support. Add support for converting an `OpBitcast` SPIR-V instruction to a `bitcast` IR instruction. Bug: 391485915 Change-Id: Ie6328cba79901adca0a1569dec7d9589918f31e6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/227934 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.