commit | 7eb5f8c515572ac254338f18feae8dc1f47c69b7 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu May 30 22:13:01 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 30 22:13:01 2024 +0000 |
tree | 8df88f885a5a9688c9fa18342066f030d7b9f3f2 | |
parent | 849df8db9b1161fb683b7c502b6d1e1cd95094dd [diff] |
[spirv] Fix terminator creation in MergeReturn When we walk up the control stack to add missing terminators to `if` instructions, we need to limit this to `if` instructions that were added by the transform. Otherwise, we may add a terminator to a block that is still being processed, and end up with multiple terminators. Fixed: 343597426 Change-Id: If6c345e817a11e68396f5eeed29d38c5b7478323 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190723 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: 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.