commit | c68404e1415455ac427cbe480291dcdb5824ae9a | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Wed Mar 12 13:44:58 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 12 13:44:58 2025 -0700 |
tree | 046752cdf5168440e303bf6586faf0fd42390367 | |
parent | b159d0b81aea4c30cdc50f6185dd4c55fff8bfa9 [diff] |
[tint] Move tint cmd over to substitute overrides in IR This change exposed an issue where one of the end2end wgsl tests was calling 'workgroupUniformLoad' with override size count array. This is 'fixed-footprint' not 'creation-fixed-footprint'. Discussion here: https://github.com/gpuweb/gpuweb/issues/5093 Bug: 382300469 Change-Id: Ic32c294334770d1c888a6163cb56034e4f0ea902 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/228614 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Peter McNeeley <petermcneeley@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.