[Openmp-commits] [PATCH] D95093: [libomptarget][devicertl] Drop templated atomic functions
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 20 14:22:47 PST 2021
JonChesterfield added inline comments.
================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.cu:126
+// Forward declaration of atomics. Although they're template functions, we
+// already have definitions for different types in CUDA internal headers with
----------------
D95085 with the possibly unnecessary DEVICE annotation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95093/new/
https://reviews.llvm.org/D95093
More information about the Openmp-commits
mailing list