commit | ff043360fb4527784a7362057bc3bc28589f682f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Mar 25 11:39:20 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 25 11:39:20 2025 -0700 |
tree | a67f47595c8c4cd6041f1471d3df24509c0ffdf4 | |
parent | 904fb33c00b7f964522481c9f3a1b6f2704b01cb [diff] |
[spirv-reader][ir] Handle jumping over premerge block. In the case of nested loops it's possible to jump over a premerge block directly to the parent merge block. In this case, we need to change the condition of the premerge to a guard variable which disables the premerge when jumping. Bug: 391485718 Change-Id: I4c86d26d14378b226fbf123d93abada413a04367 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/232835 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.