commit | 0f64392b2721f3fe759ad0fe1dc5d6a9fe289653 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Dec 12 17:28:26 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 12 17:28:26 2023 +0000 |
tree | b1ff59428cf9a41dc2dbf9a33e7c95757568ce71 | |
parent | 0eecec54945b7a4481a325519aacd0a0ed64fcb2 [diff] |
Tint/MSL: Fix translation of dot4{I|U}8Packed This patch fixes the translation of `dot4I8Packed()` and `dot4U8Packed()` on MSL backend by replacing `packed_char4` and `packed_uchar4` with `char4` and `uchar4`. Bug: tint:1497 Change-Id: I82122de00d4339651eacb3a103bcdb4787e8ea90 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165382 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: David Neto <dneto@google.com> Commit-Queue: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> 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.