[Openmp-commits] [PATCH] D95752: [OpenMP][DeviceRTL] Extract shuffle idiom and port it to declare variant
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jan 30 18:18:53 PST 2021
jdoerfert added a comment.
In D95752#2532552 <https://reviews.llvm.org/D95752#2532552>, @tianshilei1992 wrote:
> I can see many warnings emitted, like the following one:
>
> In file included from /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/deviceRTLs/common/src/loop.cu:17:
> /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/deviceRTLs/common/include/shuffle.h:96:16: warning: inline function '__kmpc_impl_shfl_d
> own_sync' is not defined [-Wundefined-inline]
> inline int32_t __kmpc_impl_shfl_down_sync(int64_t Mask, int32_t Var, ^
I will fix this in clang though before.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95752/new/
https://reviews.llvm.org/D95752
More information about the Openmp-commits
mailing list