commit | da67ff851b427d743138c1b70d1d78e3798f0be9 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Fri Jul 14 23:37:48 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 14 23:37:48 2023 +0000 |
tree | db358bd9e24afb2ec431fafdb8f870db3ddd7151 | |
parent | 69ec4d7e9dc14be9707afc151616c3ea9e02cc00 [diff] |
Refactors Dawn benchmarks to pull out infra and fix existing benchmarks. - Updates the BGL benchmarks so that they more accurately reflect the expected benchmarks. - Moves device setup into helper fixture. - Renames the files in preparation for follow up change to add more benchmarks. Bug: dawn:1769 Change-Id: I0076d3e468d6292cc13f700beac3a14a408b0699 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/141280 Commit-Queue: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.