commit | 77ac3f1ee9557561e80f8df2391381496a96d01f | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu May 30 14:32:11 2024 +0000 |
committer | James Price <jrprice@google.com> | Thu May 30 14:32:11 2024 +0000 |
tree | 5c9b069f5886cf016f9f1c907c3b227f85583733 | |
parent | 2363c1e7ed381ab16c5b2b33db8becfc5e40017a [diff] |
[ir] Add RemoveTerminatorArgs transform This removes all block parameters and results of control instructions, and the corresponding arguments on terminator instructions. This is needed by textual backends that have no direct way to express these constructs. Use this transform in the MSL backend. Change-Id: If0ad30da532cc0229233f5fbf013c82d4fa6e32e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190761 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.