ABataev added inline comments.
================ Comment at: libomptarget/deviceRTLs/nvptx/src/data_sharing.cu:442 + } + } while (!FrameP); ---------------- Do you realy need the loop here? Seems to me it is better to have it in `else` branch of the `if (IsWarpMaster)` statement Repository: rOMP OpenMP https://reviews.llvm.org/D53141 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits