commit | 2e919d64469f0196d26c0b42cc63cff6b88115d3 | [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 | 6328d4c9b77f50d45bf7734f959f999fce1dc627 | |
parent | 87fdcaa5455a9058920a900df9e088a26d8ad0f3 [diff] |
[spirv-reader] Support row-major matrices Apply the `@row_major` attribute when a `RowMajor` decoration is seen, and then use the `TransposeRowMajor` transform to transpose the matrices. Add unit tests that cover the full SPIR-V -> WGSL translation. Bug: 364267168 Change-Id: I1f7d0746a9ab23c425a41a0d7c9224f6a7d41280 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207375 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.