commit | ba00f41c0e3365e638fee70983ca10ddfbe2a2ee | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Apr 16 13:23:33 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 16 13:23:33 2024 +0000 |
tree | c9153a5ba5e32282fc631fcaf9298fb9ef553376 | |
parent | d29cb1879307a5e71b1b7fdb14207375032aefd2 [diff] |
[tint][gn] Fix naming of ClusterFuzz data files `fuzzer_test.gni` doesn't handle targets that use `output_name` correctly. It will build an executable with the requested name, but the ClusterFuzz data files (corpus, dictionary, options, owners, runtime_deps) will all use the target name for their output file names, and these will not be used by ClusterFuzz. To work around this, if an 'output_name' is specified, pass the 'output_name' to fuzzer_test() as the target name, then make a proxy 'target_name' group that depends on the fuzzer target. Change-Id: I97bcc254e08f7b4d42dc1f447141c46445908f00 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/184180 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: dan sinclair <dsinclair@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.