commit | 4176d450acf1e163378e2ca40325b82479c4dcdf | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Mar 18 18:31:12 2024 +0000 |
committer | James Price <jrprice@google.com> | Mon Mar 18 18:31:12 2024 +0000 |
tree | 66e3c87527388e506b2f9c7bfb26e77e5ba12962 | |
parent | 02a5e844e0baf819b6c28063d5fdb77831794ef9 [diff] |
[ir] Emit unreachable for loop body exits When the behavior of the loop body does not contain 'Next', emit `unreachable` instead of `continue`. Change-Id: I736829b6e27f4b2a1ae5e5fbe4a1aa2e7bfd4c47 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/179301 Reviewed-by: dan sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@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.