commit | de579a858a659b8c3fe6b4479d88097e911b9783 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Jan 03 23:05:47 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 03 23:05:47 2024 +0000 |
tree | 4d7511bb8c92b9bb61a92dc50b82028d059e51b6 | |
parent | 0fbbe876e830119e63ba62935ec913de0d13f726 [diff] |
[ir] Fix cloning of variable initializers Fix the test that was checking the source initializer instead of the result initializer. Fixed: tint:2121, chromium:1512621 Change-Id: Ia38494036b208efdf640e63c5fba93cfa33a1002 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/166000 Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: James Price <jrprice@google.com> Reviewed-by: David Neto <dneto@google.com> Commit-Queue: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> (cherry picked from commit 9c54476ce64f21d6878ede05af9397dd55973a14) Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/168022 Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: 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.