[PATCH] D87858: [hip] Add HIP scope atomic ops.

Michael Liao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 17 14:04:07 PDT 2020


hliao added a comment.

`singlethread` scope is added for completeness for the atomicity considering signal handling. It may not be applicable to GPU yet. We could simply ignore them in the late phases of the compiler. If desired, I may remove it as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87858/new/

https://reviews.llvm.org/D87858



More information about the cfe-commits mailing list