commit | d09e3c7fd4ffe2f83bdbe4845f12ade38ed24bcd | [log] [tgz] |
---|---|---|
author | François Beaufort <beaufort.francois@gmail.com> | Tue Dec 17 00:19:58 2024 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 17 00:19:58 2024 -0800 |
tree | b892a35d0d9dc146188ba9704cc242d1345d40bf | |
parent | eaeba81b24c7b6e0af1b621c3a3479bfb52a1fab [diff] |
Expand error message if validating DispatchWorkgroups This CLs expands error message when DispatchWorkgroups with maxComputeWorkgroupsPerDimension to indicate when limits are hit that were not provided in the device requiredLimits. Note that DispatchWorkgroupsIndirect error message can't be expanded because validation happens in a shader. Bug: 42240683 Change-Id: I4026076c1ea27a78d3e64d33a5ed591063503d3b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/219674 Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Fr <beaufort.francois@gmail.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.