commit | 9fba79d5ce848d83e6c3c1668574808a8bf1227b | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@google.com> | Mon Feb 03 16:25:30 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 03 16:25:30 2025 -0800 |
tree | 848ed4783c867ca5e859d29c2b09003ad4f6d011 | |
parent | 7332ffbf85ce640128aa28f509d91a7bf8dfa010 [diff] |
[tools][cts] Add credentials-check Adds the credentials-check subcommand to tools/run cts, which checks that the current user has the required permissions for various remote services. This check is also run at the beginning of a roll attempt to help avoid issues where a roll runs for several hours before failing due to permission issues. There are several services which are explicitly not checked at this time due to the APIs not having a good way to check user permissions. Bug: 349798588 Change-Id: Iee3d270f3e86ec25cd7cf300244997b0dfae4258 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/223799 Reviewed-by: dan sinclair <dsinclair@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.