commit | 5528d0edd2c8587790cdc4de6dcf9d8ba35b4115 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Sep 15 18:16:50 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 15 18:16:50 2021 +0000 |
tree | e1519b94e8d923ca48c0ce3dc49b4656970da345 | |
parent | 49d794fbcc6d416c2493c4f133e2214c05a8da92 [diff] |
Metal: Allocate threadgroup memory based on Tint reflection Tint passes threadgroup memory in MSL as entrypoint arguments since threadgroup memory at the module scope cannot be default initialized. MSL lacks default constructors for matrices in threadgroup memory. Bug: dawn:1110 Change-Id: I7462fa448c6ebdb3cc4dc24bd5ff0a99287cdba0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/64240 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Austin Eng <enga@chromium.org>
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)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.