commit | d908cdfdc3e25e1ed9dafd0ebbf6d02e414d2710 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Wed Aug 20 19:14:33 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 20 19:14:33 2025 -0700 |
tree | 1e77120be07f66afdf74ad596a4cf9f1ca2d6822 | |
parent | 3eac8396bcc680677506564fe3ca5bbef0655c99 [diff] |
Add test on the Windows named shared memory backend of host mapped pointer This patch adds end2end test on the use of Windows named shared memory as host mapped pointer. In Chromium the shared memory is based on named shared memory on Windows. Bug: 42240963 Change-Id: I79b6123d8de239744133ddf9d006e9a6b38a2bca Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/258214 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Corentin Wallez <cwallez@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.