[Openmp-commits] [PATCH] D95752: [OpenMP][DeviceRTL] Extract shuffle idiom and port it to declare variant
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 15 11:48:29 PDT 2021
JonChesterfield added inline comments.
================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt:131
${devicertl_common_directory}/src/task.cu
+ ${devicertl_common_directory}/src/shuffle.cpp
src/target_impl.cu
----------------
ronlieb wrote:
> jdoerfert wrote:
> > ronlieb wrote:
> > > is there an amdgcn CMakeLists.txt equivalent change ? should there be ?
> > >
> > probably, I'll look and add it. FWIW, if we had tests and CI for this, e.g., AMD CI that builds the runtime for AMDGPU, that would expose such a mistake right away ;)
> i agree we really do need an AMD CI, and to get there we also need to be upstreaming our clang support. so in the spirit of making more progress on this, could you do another review of Singh's patch https://reviews.llvm.org/D94961
Note to self, amdgcn does indeed need shuffle.cpp added to the cmake list (plus include path)
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