Avoid access instruction with no index When transposing row major matrices, an access instruction with no indices may be generated. This instruction is invalid. When this happens, we will create a Let instruction instead. The replace load/store helper functions are updated to no longer assume an access instruction, as it could be a let instruction now. Change-Id: Id2e3b09e85f38d6c936665c5cd280c38e11f3c21 Bug: 521775317 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/322395 Auto-Submit: Steven Perron <stevenperron@google.com> Commit-Queue: Steven Perron <stevenperron@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.