commit | af25bec4a0ec2804567e18fe1feaf817f18c38f4 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Jan 15 13:35:27 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 15 13:35:27 2024 +0000 |
tree | 818ad5866161cc5f8445e5b903ea4517578c9310 | |
parent | 4bb39ca97083e5bac8dd2ea47f225586c6c74262 [diff] |
[tint][ast] Fix dynamic indices in DirectVariableAccess The logic to extract the callee's dynamic indices was incorrect. Add more tests, for both the AST and IR transforms. Bug: tint:2053 Change-Id: I9fa2eeded5a9ba525b1529377a0ab443e80d8634 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/169263 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@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.