commit | 2b10348bf2acb2b25ea83b9b8d0cf2201d954141 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Jul 06 00:30:54 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 06 00:30:54 2023 +0000 |
tree | be8db5fdc023f887d4381e0ab7db59bbba98c8ba | |
parent | e2588d6565490f22a27843beb3cf5aecf9eb28d9 [diff] |
Vulkan: Skip index clamping on runtime-sized arrays in robustness transform This patch disables index clamping on all runtime-sized arrays in robustness transform when VK_EXT_robustness2 is supported and robustBufferAccess2 is VK_TRUE. This patch can improve about 11% of the performance of dawn_perf_tests.ShaderRobustnessPerf. Fixed: dawn:1882 Bug: tint:1890 Change-Id: Ib7113c91787a51c34fdc3496f3d700cb1d74e709 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/139760 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.