commit | c9ee46a1f802ce3c549221fa5a2e7094408b6e18 | [log] [tgz] |
---|---|---|
author | Gregg Tavares <gman@chromium.org> | Fri Apr 11 16:25:36 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 11 16:25:36 2025 -0700 |
tree | c1c25a0da0a7975c316b7852af7f4cf9a564a480 | |
parent | b238c46228e3873c74ef0124277cad1fb67034a7 [diff] |
Add -test-query and -test-filter options to cts roll This lets you run a subset of the CTS on the bots via the roller script Examples: ``` tools/run cts roll --test-query "webgpu:api,operation,render_pass,storeOp:*" --max-attempts 0 --repo https://github.com/greggman/cts.git --revision 546ab937546eb4d8af1a98d7c07ff2e6c3c0e120 tools/run cts roll --test-filter "*builtin:texture*" --max-attempts 0 --repo https://github.com/greggman/cts.git --revision 546ab937546eb4d8af1a98d7c07ff2e6c3c0e120 ``` Change-Id: I4bcc8ce61cf0fd87d35799b4393ae4e68449269e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/235314 Reviewed-by: David Neto <dneto@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.