commit | 3576e1e8507c725a004b059f82c1d0dca57970d7 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Aug 27 22:35:00 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 27 22:35:00 2024 +0000 |
tree | 04bac1cfd972f8563113bcc98fae6b862494fe10 | |
parent | 61c2d1ed38bb730c7333f0425ae94fd6a60a9f7f [diff] |
[ir] Add benchmark for IR validation We don't run IR validation in release mode, which means that the E2E benchmarks won't automatically catch IR validation performance regressions on the waterfall. Having a dedicated benchmark also makes it easier to investigate the performance of the IR validator in isolation. Change-Id: If452bef85ff50c75700d52d860972922a7babe24 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/204194 Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: James Price <jrprice@google.com>
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.