commit | 1dc792f49803d3cd4353256677d1199f519df913 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Mon Feb 03 10:22:16 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 03 10:22:16 2025 -0800 |
tree | c49f9e089b9b2b8f8ade4f74817d0a9c02c8859f | |
parent | 41acbfa7e0eb33a2aeb221d6e1147dad57546267 [diff] |
Add support for siso builds To enable, use gn args: use_remoteexec = true use_siso = true (I think this implies `use_reclient = false`, but you can set that too to be sure.) Add siso so that we can try switching to siso's native remoteexec, instead of reclient/reproxy, which are having auth issues locally on older versions, and network issues on CI on newer versions. Bug: 393606976 Change-Id: Ibcb1ebca191204cac46b4e7c0109fbeb0c85fa5e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/223900 Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Auto-Submit: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@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.