commit | 758ebfea5c86314a248e1c50258fba8d7edeca31 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Jul 28 13:03:41 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 28 13:03:41 2025 -0700 |
tree | 970c4584b59640989907bde436f05566ea2b3d8f | |
parent | d5d7b562361e68de8bf482d0fed48f7e436c32c3 [diff] |
[ir] Validate matrix constructor arguments Use the intrinsics table to check that all matrix construct instructions have valid type signatures. Fix one invalid test and a bug in a SPIR-V reader transform. Fixed: 427965903, 433565172 Change-Id: I8c21eee81022e8652bc99742de18a057a973feb9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/255014 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org>
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.