[Openmp-commits] [PATCH] D73076: [libomptarget] Implement most hip atomic functions in terms of intrinsics
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Mar 3 10:56:25 PST 2020
JonChesterfield added a comment.
At some point in the future we may want to change over to using atomic functions that closer match the C++ ones, and let nvptx implement those in terms of cuda.
This patch is now very minimal - map the few cuda style atomic functions used onto clang's intrinsics, where available.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73076/new/
https://reviews.llvm.org/D73076
More information about the Openmp-commits
mailing list