commit | 891e92a3155a1dae2ac9d7b548c07736ad946e50 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Sat Oct 28 00:02:55 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Oct 28 00:02:55 2023 +0000 |
tree | 2eeff7633a16a72768944f8356d675d83a0686e5 | |
parent | 836a10d0970ccd68d60be71feb6b086be67561e0 [diff] |
[tools][cts roll] Fix race between `npm ci` and `node` Don't try to run `npm ci` in a concurrent action with other node commands. Node doesn't like it. Change-Id: Iefea5ad4ea2a0121001ef5e5ce4b9febcb65bdbe Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/158245 Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.