commit | 9720770f49b8d08dc9d9704f62b633d57ae2b58a | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@google.com> | Thu Oct 10 20:02:16 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 10 20:02:16 2024 +0000 |
tree | 07ff5887da2f9c0bea4089ce7118e39dede93b80 | |
parent | baad8666d5e33b14e1269400f764be54942ba97c [diff] |
[tools][cts] Remove comment functionality Removes comment functionality from the CTS roll command. Gerrit CLs have a hard limit of 5000 comments per CL, which we're regularly hitting at this point due to over a 1000 comments being posted per patchset. The majority of comments are not particularly useful (e.g. "all N tests now pass" can be misleading due to limited data and the UPF will handle automatic cleanup anyways). There are a few potentially useful comments such as failures/passes/skips and the top 25 slowest tests, but these will likely have to go away in the near future anyways since the roller will not have the necessary information to calculate this after the planned simplifications. Bug: 371501714 Change-Id: I73e2680bd49f74ae451b07c5f4c383c84ff2a3c9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/210316 Commit-Queue: Brian Sheedy <bsheedy@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> 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.