commit | 01cff50bd75699d5cd56c07324ffc6134296495f | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Tue Jun 18 19:27:36 2024 +0000 |
committer | Antonio Maiorano <amaiorano@google.com> | Tue Jun 18 19:27:36 2024 +0000 |
tree | 8e293402e038bdf9bd7b8f37914ae7f980ace47b | |
parent | 43c6768e45bfd00ce47d7b74d075640969ac6edb [diff] |
Revert "Ensure dxc is built and loaded by tint_wgsl_fuzzer" This reverts commit 449074e29a539a9621bf20a51724222bffc607b3. Reason for revert: Breaks chromeos fuzzer build: https://g-issues.chromium.org/issues/347995984 Original change's description: > Ensure dxc is built and loaded by tint_wgsl_fuzzer > > - Make the gn and CMake build depend on dxcompiler target. > - In the wgsl fuzzer's init, set the dxc default path to the same > directory as the executable's via argv[0]. Although argv[0] is not > guaranteed to contain the path to the executable, we mainly need this to > work for ClusterFuzz, where this should be the case. > > Bug: chromium:42251292 > Change-Id: If85c6cdd52b1ff98caf95327112b93173bcdf5d7 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/193900 > Reviewed-by: dan sinclair <dsinclair@google.com> > Commit-Queue: Antonio Maiorano <amaiorano@google.com> TBR=rharrison@chromium.org,dsinclair@chromium.org,jrprice@google.com,amaiorano@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,dsinclair@google.com Change-Id: Ia563b99ee6d75f27989762d8cd9ef0eed622c9f0 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:42251292 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194400 Reviewed-by: 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.