commit | 7a53b7c22eba0d7ede6aaba023199605bc234600 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Thu Jun 27 20:10:18 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 27 20:10:18 2024 +0000 |
tree | bd8f48e8789f65ba75c8576ba9159dda5fdd5dd4 | |
parent | b3acbb992945314db24e3062ad70ae1f0d740273 [diff] |
[tint][fuzz][ir] Batch process files when generating corpus Adds to ir_fuzz_as the ability to process an entire directory of .wgsl files in a single invocation. Modifies generate_ir_corpus.py to use this new directory functionality to reduce multiple (~7k) calls into the assembler to a single call. This improves the performance of the action from taking multiple minutes to a few seconds. Also moves generate_ir_corpus.py to be in the ir fuzzer directory. Fixes: 343218481 Change-Id: I84630e8d8f2beabf4a95a15930d1d67d6dcc3f76 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196114 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: 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.