commit | 60e1d270b0dad0f85d0e586c153961921f0c6cb9 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue Mar 12 17:37:15 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 12 17:37:15 2024 +0000 |
tree | d967deaf4c117bae33e83e2d4f2f0f44263a9e79 | |
parent | 05e3bcc46db045206ed59f26ca937a40c0575ee6 [diff] |
Improve timing quality in Dawn perf test harness - Use compute pass timestamps in ShaderRobustnessPerf. These are more accurate than WriteTimestamp. - Accumulate the GPU time that is reported. As GPU times are measured, they need to be accumulated. Then, the harness will report the average time across the steps. Change-Id: I2f61e93c403591a9e5eefc5a8072c67bb0b30d65 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/178342 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: David Neto <dneto@google.com> Commit-Queue: Austin Eng <enga@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.