| commit | 0c8c7b134681e612a18cac4b2e82ebb3538fb25b | [log] [tgz] |
|---|---|---|
| author | James Price <jrprice@google.com> | Thu Oct 30 14:24:35 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 30 14:24:35 2025 -0700 |
| tree | d1007be1f2145b1e8f94a6271073cdcbf4fe0de5 | |
| parent | b2e696114355740eb26d31925b938efde454e8e3 [diff] |
[tint][benchmark] Use TINT_ASSERT instead of SkipWithError SkipWithError does not result in a non-zero exit code. The benchmarks should never fail to run, so we should just crash instead if these conditions fail. This will allow us to add a benchmark run to our CQ to ensure that we do not break the benchmarks again. Bug: 445456830 Change-Id: Iee42a87d795d1f157fee7bf3461f74de8fe11d97 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/269834 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@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.