commit | a002503e66599d1c73760953a3952e64aff114df | [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 | aa6ea171ab6e8b34863d34cc99a7c348fad88ebd | |
parent | a7e91f5d02c9f5acad3104f91c4ad19f68a05c6a [diff] |
[ir] Validate loop body with params has initializer When a loop body block has incoming parameters, there must be an initializer block in that loop to provide the values for the first iteration. Change-Id: Ie22ca8a2b67969deb6ec3e20c6bb781a1cda403d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190281 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.