commit | 5cc537fd14b465979111c292a157a49741eeec24 | [log] [tgz] |
---|---|---|
author | Kyle Charbonneau <kylechar@google.com> | Tue Feb 11 11:37:11 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 11 11:37:11 2025 -0800 |
tree | db4261579fff1ff3b2e1b980aa8788008271192e | |
parent | c2d1a5d3fc21991ecc5676135e13cd15995d448b [diff] |
Skip setting Vulkan object labels Setting Vulkan object labels has been identified as a hotspot for graphite. Change the Vulkan backend to skip setting the labels if the UseUserDefinedLabelsInBackend toggle isn't enabled. This wasn't done previously since VVL error messages are mapped back to a specific device using labels. Now if VVL error fires with UseUserDefinedLabelsInBackend disabled it will cause a crash. Bug: 394635413 Change-Id: I2734cc813c6e7c09f570e553db9412eee51e2579 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/224774 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Kyle Charbonneau <kylechar@google.com> Reviewed-by: Loko Kung <lokokung@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.