commit | 43adb31d0e837df2a530485ff26b702009efe922 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Apr 14 19:56:50 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 14 19:56:50 2025 -0700 |
tree | 11cc4b5388b72fdb6f8b7b9603f0960b39522e1e | |
parent | e60c1cb07d8a28f84698bfe88130e47d8be40c20 [diff] |
[spirv-reader][ir] Add support for OpAtomicCompareExchange. Convert the `OpAtomicCompareExchange` instruction into an `atomicCompareExchangeWeak` in WGSL. The result of the original expression needs to be extracted and used as the builtin result. Bug: 391487024 Change-Id: I42c22da639340776dded0094e0bc73c39e5b8522 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/236915 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@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.