commit | 04907d97e56ec3f265849c63a05cf06a0a685f1a | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Sep 20 15:30:47 2024 +0000 |
committer | James Price <jrprice@google.com> | Fri Sep 20 15:30:47 2024 +0000 |
tree | 4d41fa9a46132859e308817813fb9b62f08e17ac | |
parent | a1e077874d514461ee9116dddaf8558e00ef31de [diff] |
[spirv-reader] Always apply @stride to matrices When we support row-major matrices, we will not know the natural matrix stride when processing the MatrixStride decoration. Change the parser to always apply the @stride() attribute, and move the logic for dropping it into the DecomposeMatrixStride transform. Bug: 364267168 Change-Id: Icbfb85aa9d9ee01f4e7813fdd6888b70721de915 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207417 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.