commit | 985b4e8921edd65074abc577eb80bb88639eb415 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue May 28 17:40:19 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 28 17:40:19 2024 +0000 |
tree | 4b5fbf562a70bd1586afc4ae68b52dcf38a838a9 | |
parent | a123978d06050dd7371dc9ff8e12d39416b8e4f7 [diff] |
[msl] Populate Output::workgroup_allocations This is used by Dawn to allocate threadgroup memory. Add a `PrintResult` struct to produce extra metadata from the Printer. Emit the `[[threadgroup]]` attribute on threadgroup memory arguments. Bug: 42251016 Change-Id: I7ce4e45f44a146442b00bd1bf62a3d911e3bba6f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/189803 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@google.com> Reviewed-by: Ben Clayton <bclayton@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.