commit | 2dbecc9415bd70bfc1564eb841a46d7d95171b3b | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Wed Dec 11 13:22:23 2024 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 11 13:22:23 2024 -0800 |
tree | 0b07fc99242630fada5c03a0270cc3a36f5e47a0 | |
parent | 6a29bfcb23fbbee19aca04721e38d453fef1e0e7 [diff] |
Fix generate_ir_corpus.py to work on Windows Use `shutil.which` on the input ir_fuzz_as path, as it handles paths where the '.exe' extension is not explicitly passed in, which is valid on Windows. Bug: 340622694 Change-Id: I942049e94c173760a3f0dd47e0ef05cef83d2efd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/219016 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: 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.