commit | 7574245607c8739dd951ca810cf61e5a0ed4dfad | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Oct 29 03:34:53 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 29 03:34:53 2024 +0000 |
tree | 7722f3323f84086c0229b26ffdb722ddac084654 | |
parent | bb80e537f5ade7793f7b7a72a01efa420cbe91f0 [diff] |
[ir] Change `workgroup_size` to a `Value`. This CL updates the workgroup size to store a value instead of a `uint32_t`. This will eventually allow us to provide override values to the workgroup size along with the current constants. Bug: 375192451 Change-Id: Iab06607c19d3afc1e4b7595bd61625c95c2c591d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/212354 Reviewed-by: James Price <jrprice@google.com> Auto-Submit: 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.