commit | eaf4d0f4ab6c48e2c8dd78db43b7ebbf27aa1f1d | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Jun 10 21:08:14 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 10 21:08:14 2025 -0700 |
tree | 8639f99bb2c8840b1b38d1a85eee147e9b4f87ac | |
parent | 9d27097cc7dd5b35ecd58bdac3712c031f43ea1f [diff] |
[spirv-reader][ir] Ignore continuing blocks without inbound branches. If there are no branches into the continuing block, we can skip emitting it. This works around an issue in SPIR-V where the continuing with no in-bound branches can reference IDs from any of the blocks above it. This makes it really hard to propagate the value up to the continuing block. Bug: 42250952 Change-Id: If855dbb4a743a93ea0adc3b72dd87bbc1cef8481 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246274 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.