| commit | d68fb1002258da136ddb724a34d20becb9d27a86 | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Mon Oct 20 14:34:40 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 20 14:34:40 2025 -0700 |
| tree | 008004c99132cb143ac8fdaa8ada0b8373f1a545 | |
| parent | 6a904a138a087a9aef4984664c51969ed15f4b31 [diff] |
[spirv-reader] Log error for infinite loop. When attempting to propagate through a loop, if we find no exits then the loop is infinite. Emit a nicer error message and terminate. Fixed: 42251941 Change-Id: If911378497444f8bb61530393dd9d514de3f68e4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/267854 Commit-Queue: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> 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.