[Openmp-commits] [PATCH] D66852: [libomptarget] Refactor shfl_sync macro to inline function
Alexey Bataev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Aug 27 18:08:18 PDT 2019
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG with a nit
================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h:52
+ return __shfl(Var, SrcLane);
+#endif
+}
----------------
`#endif // CUDA_VERSION`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66852/new/
https://reviews.llvm.org/D66852
More information about the Openmp-commits
mailing list