commit | ae5dd592666efd521c46d400a9f5f533fa6953b7 | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Mon Aug 19 22:57:01 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 19 22:57:01 2024 +0000 |
tree | 39b7411845b3aeeca7f38465448a4e2f468e94e5 | |
parent | 23fa64fcc216f65a49c940dfb8ad4511cad0171d [diff] |
[dawn][emscripten] Adds acquire atomic fence for refcounting. - As per: https://dawn-review.googlesource.com/c/dawn/+/201758/comment/35885448_6b7c25d3/ the delete needs to happen after the fetch_sub. Change-Id: Iaeaa9ccd7b3947274303583dc1668385fefe5690 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203194 Auto-Submit: Loko Kung <lokokung@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@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.