Support tint_fuzzer_corpus_tests on Swarming Makes the following changes: 1. Moves the Tint fuzzer test-specific code out of //tools/run.py and into a new //scripts/run_tint_fuzzer_corpus_tests.py wrapper. //tools/run.py is now solely a thin wrapper around the Go tooling without any test-specific code. 2. Adds very simple output file generation to run_tint_fuzzer_corpus_tests.py to make it compatible with ResultDB. 3. Removes the no_swarming mixin for the fuzzer tests. The end result is that the fuzzer tests now run on Swarming properly. Also drive-by adds add_help=False to //tools/run.py so that any help requests are forwarded to the underlying tool. Bug: 441327468 Change-Id: Ib13b9a6ecd597ed08bac3fe3178dc3b5a4b71df1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/264261 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: 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.