commit | ed15f8542825f25131c5a186e7de3737d49d327e | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Oct 25 01:29:12 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 25 01:29:12 2024 +0000 |
tree | f2f669faadbb5ae053c156bddd868c84dac1eb3b | |
parent | aee66d2b0ee43d2906d7aeaa1f711de4db6ede82 [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>
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.