commit | 95322781656f89eb3376c816c6f1bd282f8c0c36 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Wed Mar 05 17:00:35 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 05 17:00:35 2025 -0800 |
tree | a660a971219c787ba3c34787b4aff237113aa408 | |
parent | de18f7d6dd3a6b0cc7abf5313347dd91093de9f5 [diff] |
Skip the test CreateBufferOOMWithValidationError when no validation This patch skips the test about creating a buffer with very large buffer size and wrong buffer usage when dawn_end2end_tests is run with toggle `skip_validation` as the tests rely on the behavior of the validations in Dawn. Bug: 386255678 Test: dawn_end2end_tests Change-Id: I10121980f990728ba64fc6191d69bf20fabbab49 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/229096 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.