commit | f04220da86547a6f19d993c4c427b4d543120ce5 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Wed Jun 26 23:13:26 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 26 23:13:26 2024 +0000 |
tree | 1830bc92a72b61dabd31920ecf3085669ac33fca | |
parent | c40e1ab6b0139c8665d596c09fc482eaa1ab8a4e [diff] |
[tint][ir][fuzz] Convert assembler to generating test case protos The original prototype for the IR fuzzer had the corpus being composed of IR protos directly, but the fuzzer has since been changed to take in a test case specific proto that is an IR proto with a sidecar binary blob. This updates the assembler to generate this new proto. The assembler has also been changed to not default print to STDOUT, since it just spits out binary, which kept on breaking my terminal. Fixes: 345377541 Change-Id: Icae5795d88a3157154be776fe6e6d94661c978aa Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/195936 Commit-Queue: James Price <jrprice@google.com> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: 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.