commit | 1eaa73d0f73a2967b91e59fea5c201d1f87cb448 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Nov 01 13:03:40 2024 +0000 |
committer | James Price <jrprice@google.com> | Fri Nov 01 13:03:40 2024 +0000 |
tree | 30da16a07055c0ddde36c6fc5a644bcf83f4dc13 | |
parent | c9815acd5a88ae4853cd25f7cb8f2face7cace28 [diff] |
[M126-LTS][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/+/212874 Reviewed-by: James Price <jrprice@google.com> Reviewed-by: Gyuyoung Kim (xWF) <qkim@google.com> Reviewed-by: Victor-Gabriel Savu <vsavu@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.