commit | 095d22d16c5d1de7770deb8c4734d6a3d161de8c | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Jul 09 02:05:49 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 09 02:05:49 2024 +0000 |
tree | acc8086d6394ca0b048afbaf8b445350592c178e | |
parent | 28da2ea82dd546dfa8f55a571d0048278c746ec6 [diff] |
[ir] Fix loop condition matching in IR->WGSL When there were two consecutive if instruction blocks that match the loop condition pattern, the first was being dropped, leading to unvisited nodes in the Resolver. Bug: 351700183 Change-Id: I63e30f72cb648515198a8072b12b92b58bb6527b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/197355 Commit-Queue: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> Auto-Submit: 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.