[Openmp-commits] [PATCH] D88602: [libomptarget][amdgcn] Implement partial barrier
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Sep 30 11:50:00 PDT 2020
JonChesterfield added a reviewer: hfinkel.
JonChesterfield added a comment.
This was written carefully and reviewed internally. It'll be horrendous to debug in the field if it's wrong so feedback is very welcome.
================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h:187
+INLINE void __kmpc_impl_target_init() { /* nvptx needs no extra setup */
+}
+
----------------
This is formatted as clang-format desired.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88602/new/
https://reviews.llvm.org/D88602
More information about the Openmp-commits
mailing list