[Openmp-commits] [PATCH] D53141: [OpenMP][libomptarget] Add runtime function for pushing coalesced global records
Alexey Bataev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Oct 31 11:58:05 PDT 2018
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
More information about the Openmp-commits
mailing list