commit | 69298a3abdb3e788e05931e961cb2337aab70c23 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Sat Nov 18 02:15:11 2023 +0000 |
committer | James Price <jrprice@google.com> | Sat Nov 18 02:15:11 2023 +0000 |
tree | 05282740a2439a12f3d14ec4470c7d8f0f74c1ec | |
parent | ffbcc3584f07dae21ff696bbdc9fdd26127e425f [diff] |
[spirv-writer] Fix implicit blocks with results When an if instruction produces result values, we shouldn't emit implicit blocks using OpUnreachable as they should actually branching to the merge block. Change-Id: I814946aeb924aa4630323cde30725b0d791ded12 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/161141 Reviewed-by: Ben Clayton <bclayton@google.com> 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.