commit | 6a7bba54fa597011f6b34ace757385df744db7a0 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Mon Apr 17 18:11:51 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 17 18:11:51 2023 +0000 |
tree | a06b993e535c2437dd530044554a66f3ccb4b236 | |
parent | e27972a575479121fd89d6fefd968c35a679c76c [diff] |
Add basic Dawn microbenchmarks using Google benchmark The initial test tests bind group layout creation of different sizes, cache / no-cache hit, with and without multiple threads. Change-Id: Ic9ed6c6f1c298d35cd1358c7ff492027c83649a7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/127346 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
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.