| commit | c754d1bd4a17b9fca50a01c99b475f3c92d37ab6 | [log] [tgz] |
|---|---|---|
| author | Daniel Saldaña <dansal@google.com> | Wed Nov 05 14:50:46 2025 -0800 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 05 14:50:46 2025 -0800 |
| tree | 9bd41e10736ae9e19b7187d9d14ff5cf7ae7a818 | |
| parent | e1133a4307213704a619ccb725933552277831c5 [diff] |
Migrate WebGPU Autoroller to support Chrome structured test IDs The queries now include a 'test_metadata.name' field which contains the actual test name. Updated tools to use the new field instead of parsing the TestId. Checks for prefix mismatches are removed as the queries are expected to filter correctly. Bug: 448003842 Change-Id: I8923a9bdb6b66acc32531555e05f493b190f960f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/271474 Reviewed-by: Brian Sheedy <bsheedy@google.com> Reviewed-by: Ben Pastene <bpastene@google.com> Commit-Queue: Daniel Saldaña <dansal@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.