commit | 3d8baf6c6b98a384996561fadca6c6259e3b1641 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu May 29 12:57:57 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 29 12:57:57 2025 -0700 |
tree | 02f90eabf9ccdd3e3bc695603482bc1c0ea39afc | |
parent | 56a4aec006181ed29853e5cd2bdd6a237798c958 [diff] |
[fuzz] Remove redundant workgroup size check This check was added in: https://dawn-review.googlesource.com/c/dawn/+/235334 It was required to avoid the subsequent IR validation step failing and then triggering a fuzzing issue. Now that this validation failure causes a skip instead of a crash, we do not need the extra check in the fuzzer. Change-Id: I607a41d19fd533cda7bb1159ab10cb1a33fd7f79 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/244395 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.