commit | 037b54bf9b3968aac90cceb6913b453a4666cfd2 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Jun 05 12:24:04 2024 +0000 |
committer | James Price <jrprice@google.com> | Wed Jun 05 12:24:04 2024 +0000 |
tree | e71c9ee0a28df97cdec83b96732d41edc3d4f102 | |
parent | 4a267203bfb38111ea00b209d1db459e68725f20 [diff] |
[ir] Fix ValueToLet for store-before-load Function calls that may store were sometimes being inlined over load instructions. Track the fact that there are accesses pending resolution that contain stores to fix this. Change-Id: Idba741e83f0502a897e71ee8966e01452ca5d3f0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/191660 Reviewed-by: dan sinclair <dsinclair@chromium.org>
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.