commit | 109e648f2f452424d2d1d0b1eba1e1b9fe036645 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Dec 12 19:58:48 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 12 19:58:48 2023 +0000 |
tree | 3425aad4c0b31de2090440106ea4352dd8c608b5 | |
parent | 0f64392b2721f3fe759ad0fe1dc5d6a9fe289653 [diff] |
Support const expression with dot4{I|U}8Packed This patch implements the evaluation of const expressions with `dot4I8Packed()` and `dot4U8Packed(`) so that these two built-in functions can be used in const expressions. Bug: tint:1497 Test: tint_unittests Change-Id: Id2f5eefad20b471005ab752d3360040462854fe6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165260 Reviewed-by: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: David Neto <dneto@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.