[PATCH] D18286: [OPENMP] private and firstprivate clauses of teams code generation for nvptx
Carlo Bertolli via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 24 09:46:48 PDT 2016
carlo.bertolli added a comment.
Hi Jonas
Thanks for your comment. That scheme would not work for #parallel on the gpu in case we do not want to inline the parallel region.
There are patches coming in which that is going to happen so I think that we really need to distinguish between different pragmas.
Repository:
rL LLVM
http://reviews.llvm.org/D18286
More information about the cfe-commits
mailing list