commit | f850dcb9b48c5122ee57d44f5b6c16e761414e6a | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Mar 26 20:41:59 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 26 20:41:59 2025 -0700 |
tree | 9649fb776a42daf3a6ee6f5a93be36796f7f533e | |
parent | b2da119bd31b8509f4e7a44043612bf2c9c2db7e [diff] |
[spirv-reader][ir] Support spirv.atomic_i_add Add conversion of the `spirv.atomic_i_add` instruction to an `atomicAdd`. Bug: 391487510 Change-Id: I6b556dfa033df42ef7c28bfa9363e57343df8f9c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/233234 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@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.