commit | 70a01d28c3ecd75b67a87e4643bd4d55fc391ce6 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Oct 28 16:57:46 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 28 16:57:46 2024 +0000 |
tree | 8bd678d5dd74b23c589d32367449578365b32bd6 | |
parent | a37557db581c2b60fb1cd2c01abdb232927dd961 [diff] |
[tint] Validate that `@align()` is large enough Make sure that `n = k × RequiredAlignOf(T,C)` as per the spec, when `@align(n)` is applied to the member of a structure that is used in a host-shareable address space. Suppress some CTS tests until they are updated upstream. Fixed: 375123371 Include-Ci-Only-Tests: true Change-Id: I3240b9ab0a42986e918a1c6a86268844861b9fed Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/212315 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> (cherry picked from commit ed15f8542825f25131c5a186e7de3737d49d327e) Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/212714 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Auto-Submit: James Price <jrprice@google.com> Commit-Queue: Alan Baker <alanbaker@google.com> Reviewed-by: Alan Baker <alanbaker@google.com>
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.