Mohammad Norouzi via llvm-dev
2016-Jul-08 16:56 UTC
[llvm-dev] omp critical supported in llvm?
Hi everyone, Does llvm propoerly support "omp critical" directive? I'm asking because I have been using this directive in my code but I still observe some data races. To check if I am correct, I compiled the code with gcc and used Intel inspector for data races and nothing is reported. That is why I am asking here if LLVM properly implements the specifications for openmp, specially critical directive. Best, Mohammad -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160708/27add109/attachment.html>
Chandler Carruth via llvm-dev
2016-Jul-09 02:49 UTC
[llvm-dev] omp critical supported in llvm?
This seems like a question about Clang rather than LLVM. Perhaps ask on the Clang mailing list? (OpenMP directives are handled by Clang as they're part of the source language.) On Fri, Jul 8, 2016 at 9:56 AM Mohammad Norouzi via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi everyone, > > Does llvm propoerly support "omp critical" directive? I'm asking because I > have been using this directive in my code but I still observe some data > races. To check if I am correct, I compiled the code with gcc and used > Intel inspector for data races and nothing is reported. That is why I am > asking here if LLVM properly implements the specifications for openmp, > specially critical directive. > > Best, > Mohammad > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160709/6befe36b/attachment.html>