[Openmp-commits] [PATCH] D19878: Use C++11 atomics for ticket locks implementation
Hansang Bae via Openmp-commits
openmp-commits at lists.llvm.org
Fri May 13 14:33:54 PDT 2016
hbae added a comment.
In http://reviews.llvm.org/D19878#430007, @pawosm01 wrote:
> In http://reviews.llvm.org/D19878#429947, @hbae wrote:
>
> > - I don't know why KMP_FSYNC* calls were removed in the new code. It may not be meaningful in many cases, but it is not dead code as far as I know.
>
>
> Unfortunately, I don't see what you're pointing at. Can you quote some example?
I was just wondering if you are removing these calls on purpose:
KMP_FSYNC_ACQUIRED() - line 758, 762, 800
KMP_FSYNC_RELEASING() - line 833
Repository:
rL LLVM
http://reviews.llvm.org/D19878
More information about the Openmp-commits
mailing list