commit | 434934ea21ac31d9ad5ffe67b5d6d88d9af7de1e | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Jul 08 14:44:12 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 08 14:44:12 2025 -0700 |
tree | 071d9c575b238ec19d2631c19f401f8783819fd5 | |
parent | 80055c82cacea843766aa71d5f644c06841bec1c [diff] |
[tint] Read stdout and stderr asynchronously in E2E test runner This avoids issues with very large output on one pipe being buffered and blocking progress reading from the other pipe. Bug: 429625133 Change-Id: I33db4e10f15cdc7bcd5f93fc2f41a68224cd573d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/251514 Commit-Queue: James Price <jrprice@google.com> Auto-Submit: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.