This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG228dd20c3f1e: [OpenCL] Supports atomics in C++ for OpenCL
2021 (authored by Topotuna).
Changed prior to commit:
https://reviews.llvm.org/D109424?v
Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.
LGTM! Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109424/new/
https://reviews.llvm.org/D109424
Topotuna created this revision.
Topotuna added a reviewer: Anastasia.
Herald added subscribers: ldrumm, yaxunl.
Topotuna requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Atomics in C++ for OpenCL 2021 are now handled the same way as in
OpenC