[llvm-dev] omp critical supported in llvm?

Mohammad Norouzi via llvm-dev llvm-dev at lists.llvm.org
Fri Jul 8 09:56:31 PDT 2016


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>


More information about the llvm-dev mailing list