commit | cce0769e575a0bddbb97362f53c8316a89f618d9 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Thu Oct 31 15:28:32 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 31 15:28:32 2024 +0000 |
tree | 9e72558c55f474c66b60a36934477214d6cd307f | |
parent | 0f08c6054454b815290b13af994b9bccb73945e8 [diff] |
[tint][ir][fuzz] Disable encoding/decoding SubgroupMatrix in IR binary This feature isn't fully implemented yet in Tint, so is not ready for fuzzing. This prevents the fuzzer from attempting to create IR that touches it. It should be trivial to revert this change in the future when it is ready for fuzzing. Fixes: 376278212 Change-Id: I2bc40de99e63f2e1ad007f308e3dfc693aaf13d4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213134 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Ryan Harrison <rharrison@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.