commit | a8e9a6ef2bd6391bce2460d0b544847f4b70eae2 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Wed Aug 10 14:32:19 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 10 14:32:19 2022 +0000 |
tree | 947605dabadd38e9e94221d01d98bba738fe3637 | |
parent | f350578c992e0372834f4afc63b50293fe5518db [diff] |
tint: Fix Resolver erroneously materializing matrices of abstract numeric type ShouldMaterializeArgument must check that the deepest element is not abstract numeric to support matrices. This CL also enables the "no materialize" tests for binary ops, as constant evaluation of binary addition was recently landed, and that's what the test uses. The fix in this CL is also necessary for this test to pass the matrix addition case (it would fail because it erroneously materialized). Bug: tint:1581 Change-Id: Id55341c05604c1ac560127826fc415eb38792503 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/98682 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com>
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.