commit | 2308a3731f59e988c931d77e29f27401b8be26fa | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Jul 30 23:13:14 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 30 23:13:14 2024 +0000 |
tree | b2ec3a57db860cf7bf78fc2e1ef43a3d7f7fda62 | |
parent | c84af33c7a07bd0afe6764bf207e1de5be69455e [diff] |
Remove duplicate wgsl_reader requirement from benchmarks When building the benchmark code the `tint_build_wgsl_reader` flag was getting picked up by the top level condition and the `bench` sub condition. This causes issues with Bazel as it doesn't allow duplicate entries. Change-Id: I205f904defb093149ca4655552c467fd197e2469 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/200694 Auto-Submit: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: 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.