commit | 5079407c9d7e40e969a1536a0d05db5e56fe08ce | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Apr 16 15:18:36 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 16 15:18:36 2025 -0700 |
tree | a40b5b5cbcbab1a3ae0b1f4dc2d499dfcfc808b9 | |
parent | 96a1c1f6f2a8d44ece567787dc878ccdd5b7ddb6 [diff] |
[tint] Add server mode flag for E2E test runner When `--server` is used, launch a Tint server for each Go test thread and keep it running for all tests. Restart the server when it exits on failure, crashes, or times out. This drastically reduces process startup overheads. Bug: 408499924 Change-Id: I4f20db94789b1f8c020d78cc0bdb2bd02e35cf50 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/235295 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@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.