commit | 5cf55608dd6be1105f5efb388f91ba7dfe4e4a16 | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@google.com> | Fri May 31 04:42:02 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 31 04:42:02 2024 +0000 |
tree | b08a2c2b185671eaa54446ca4cb51b456814de7c | |
parent | 9bf7c8c67a5836212e5224739ac814ca5c549b84 [diff] |
[tools][cts] Add results test coverage Makes the following changes: * Renames results.CleanTags() to results.CleanResults() since it modifies more than just tags. * Adds test coverage for results.GetResults() * Adds test coverage for results.CleanResults() Bug: chromium:342554800 Change-Id: I348e75a1b64d787181ef6fecbbc2dab2e7a2fb44 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190565 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@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.