[PATCH] D151701: [HIP] Add missing __hip_atomic_fetch_sub support
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 30 06:28:42 PDT 2023
yaxunl added a comment.
HIP did not add fetch/sub since fetch/sub x can be trivially implemented through fetch/add -x and performance-wise equivalent.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151701/new/
https://reviews.llvm.org/D151701
More information about the cfe-commits
mailing list