commit | 45b4e0ab199d1fc95ca523bf48e81b39755dc1c7 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jan 13 10:13:40 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 13 10:13:40 2025 -0800 |
tree | fc513938491180933c5a32010d3076a9c1a86da6 | |
parent | e31cabd0ee0dfd26ccc06993137688c9dea5e0b4 [diff] |
[spirv-reader][ir] Support OpUndef in a function Handle the SPIR-V `OpUndef` instruction inside a function by converting it onto a zero `Value` object. Bug: 42250952 Change-Id: I4541dcd2a7ac9f86322997c84b1dc2183f6d6ec9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/220496 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.