[Openmp-commits] [PATCH] D64080: [OPENMP]Make __kmpc_push_tripcount thread safe.
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jul 2 14:58:06 PDT 2019
grokos added a comment.
A long time ago we had identified the problem with the loop trip count and if I recall correctly the proposed solution was to store the trip count per OpenMP task. The fix would be implemented in libomp because libomptarget has no notion of tasks.
@AlexEichenberger Can you confirm whether or not this is the case? I may confuse this with something else...
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64080/new/
https://reviews.llvm.org/D64080
More information about the Openmp-commits
mailing list