commit | 13ec55a90cc439c4125933c756fbb3a99676acb0 | [log] [tgz] |
---|---|---|
author | Brandon Jones <brandon1.jones@intel.com> | Tue Apr 15 13:48:48 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 15 13:48:48 2025 -0700 |
tree | 8b67c7fdfe6bf5d172e3badd0c8af8987f31b05a | |
parent | c1409130b9bd9acbe853d74454c1e039c9f96616 [diff] |
Synchronize SharedBufferMemory on the CPU Before Map Operations Fixes incorrect synchronization of SharedBufferMemory to ensure we wait on the CPU for all provided fences to complete before mapping on the CPU. Fixes a flaky test. Change-Id: Ib3c853317ef71082ae46f0fe23fe7fde74c0eb36 Bug: chromium:407748576 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/235597 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Brandon1 Jones <brandon1.jones@intel.com> Reviewed-by: Antonio Maiorano <amaiorano@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.