commit | 97eecf484392f41a74cb8b537f1bb4c904a0f18c | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Feb 26 09:00:53 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 26 09:00:53 2025 -0800 |
tree | 97c7d887011cf3e0a6284a6682c083d8b2d5c87a | |
parent | 9c7d6a9e3a011c4737521c57c18f0d33de9e98ae [diff] |
[spirv-reader][ir] Fix hoisting through branch conditionals A SPIR-V ID can move through blocks as long as the dominance rules are respected. In order to handle this in IR we need to return the results through the `if` blocks for any hoisted instruction. Bug: 391487552 Change-Id: I79c57059955c8597709a614993b3516b67ab655e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/226334 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.