commit | ec2bfb3abb587075216a82709de9d99d2e073d73 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Jun 01 23:01:56 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 01 23:01:56 2023 +0000 |
tree | 1809768a9e680dee167d9df2d437c462379d95dd | |
parent | e2abb623b8dfc2e22f3962038c43c95731e26b0a [diff] |
[tint] Fix implicit stride in array helper The element stride may be larger than the element alignment. Add a test for nested arrays in the IR-based SPIR-V writer which exposes this bug. Change-Id: If59e32330eb49ec284487fd38e5c09aeb13de888 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/135580 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@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.