commit | 00ecc56dcadc8d5dfd2acf4c4b7cdf940c9a5c3e | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Jun 18 08:21:16 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 18 08:21:16 2025 -0700 |
tree | 146f40c0fde297d740551d05538d35bceb48a1e5 | |
parent | cc9e5940c601a6654bce26946ffed521c63b52e6 [diff] |
[spirv-reader] Remove infinite loop test. Remove test which generates an infinite loop. Both branches of the loop are marked as `unreachable` this means we end up generating an infinite loop as there is no break. Just remove the test case, if this is provided as input, then the input should be fixed to remove the infinite loop. Bug: 42250952 Change-Id: Ib0452530ff6a58860580b6e1cc97302cb0a48c8e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/247495 Commit-Queue: David Neto <dneto@google.com> Reviewed-by: David Neto <dneto@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.