commit | b26348e892ee5cb30b4dfab7078575427085e29c | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Jul 18 17:25:37 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 18 17:25:37 2023 +0000 |
tree | 31d37180f423e4a1dc938d21b6a826aed4fcca35 | |
parent | db2743d288cc4dd9996916af6fa70c01b8b61b63 [diff] |
[ir] Fix duplicate StoreVectorElement disassembly. The `to` field of the `StoreVectorElement` disassembly was being emitted twice. This has been fixed to only use the operand emission and stop specifically emitting the `to` field. Bug: tint:1718 Change-Id: I89e54028c79f3e037c0916f2714e33276927669e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/141660 Reviewed-by: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.