commit | b0859b9a6289343c8df3c87c3a04c2c8c775970b | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Wed May 28 11:15:17 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 28 11:15:17 2025 -0700 |
tree | cc11738532a34b398fe55fff41f3c8a4126767ac | |
parent | 43945856a7a381d24ab090e41c59e26e39b474a7 [diff] |
[tint][ir] Do not validate struct/array elems during decode Removes logic for validating the size and alignment of elements during decode, since this should be handled by the validator and it is causing false negatives in tests due to not handling all of the edge cases. Fixes: 420863199 Change-Id: Ic36f27ea8e2398afa151f5c5bbcfb191baf325e1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/244155 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: 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.