commit | c451f620e51376e4d7652f5a0d08ca562932da7a | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon May 27 17:28:21 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 27 17:28:21 2024 +0000 |
tree | addbfcc549a6c77a1498cafd650448f6003be3f4 | |
parent | 70b36f0ff8ef21170d8d6c1abe8e48bc7a890ddb [diff] |
[msl] Support workgroup vars in ModuleScopeVars Workgroup variables will be allocated by Dawn and passed as entry point parameters (to workaround an MSL compiler bug with threadgroup matrices), and we aggregate all of them into a single structure to avoid hitting MSL's limit for threadgroup memory arguments. Bug: 42251016 Change-Id: I5b4b793b2cebdccc8f88b130434610e3477f3b00 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/189801 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@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.