commit | 5f9a5484881670e9ad46b3bfd00da529aeaacb3f | [log] [tgz] |
---|---|---|
author | Gregg Tavares <gman@chromium.org> | Fri Apr 11 19:07:39 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 11 19:07:39 2025 -0700 |
tree | 5ffa8b8de5f59c965513ab5bef0145e9c3607a83 | |
parent | cb60b20b9c3fc127b69aa1e85d8d2e5913970f48 [diff] |
Add dry-run option to cts roll This allows you to see both the list of tests as well as the commit message, which shows the list of pull requests that will be included. Note: this is useful because I tried `--test-filter "rgba8unorm"` forgetting it's a glob. It matched nothing and generated a CL with 0 tests which then failed. Adding this option lets you see that your query/filter selected what you wanted. It also lets you see what PRs are included which can be useful as sometimes you want your tests to be on top of dawn's CTS version and not github's top of tree version. Bug: 409972647 Change-Id: Id28e599856f79e6b33c9a5abba857fb01214a0a5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/236454 Reviewed-by: Brian Sheedy <bsheedy@google.com> Commit-Queue: Gregg Tavares <gman@chromium.org>
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.