commit | d42ff1655946e18869808cb7b4d3930da2d9b108 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed May 29 15:38:19 2024 +0000 |
committer | James Price <jrprice@google.com> | Wed May 29 15:38:19 2024 +0000 |
tree | b966d4aaba9125a7b418180c691a7094b7a0f326 | |
parent | a002503e66599d1c73760953a3952e64aff114df [diff] |
[ir] Track BreakIf as a loop exit This fixes an issue where the SPIR-V writer would not add OpPhi operands for results coming from a break_if instruction, as it was not considered to be an 'exit' from a loop. Change-Id: I0723d209d078e52e969e79986e4adbfbdde3d885 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190463 Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@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.