commit | e2e0a46644d7d0c3ebc8c04fb992f1ba3346a9fe | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Jun 04 14:29:55 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 04 14:29:55 2025 -0700 |
tree | f37ee1e0a40e5c1e622b2e7c3cc64c482769a8b7 | |
parent | ae21e166b2943b3a465973317b6c052841084f90 [diff] |
[spirv-reader][ir] Handle propagation through multiple exits. It's possible to setup a block where a value which needs to be propagated dominates multiple blocks which jump to a continuing block. In this case, we need to pass the propagated value through all of the exits instead of just a single exit. Change-Id: I8e4c37f37340899159a3d838bb2f38287efa924f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/245334 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: James Price <jrprice@google.com> Auto-Submit: 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.