OpenMP Support Might Be Added To LLVM Clang 3.5

Written by Michael Larabel in LLVM on 25 May 2014 at 09:02 AM EDT. 69 Comments
LLVM
We might finally have OpenMP support added to LLVM's Clang C/C++ compiler!

Intel and others have long been working on OpenMP support for LLVM and Clang going back years, with out-of-tree code being available but never mainlined up to this point. We've been looking at the prospects of OpenMP for Clang as it's one of the last few areas where GCC has a big advantage over Clang with many scientific and HPC codes using this multi-platform, shared memory multi-processing API.

An LLVM stakeholder had asked about the OpenMP support for LLVM/Clang 3.5 following the news that LLVM 3.5 is being planned for an August release. Bill Wendling of Apple who generally arranges the testing around new LLVM releases, stated, "I didn’t have any specific plans for OpenMP in the release. If you’d be willing to test and build for OpenMP, then we could release it. :-)"

Those wishing to try out Intel's out-of-tree LLVM Clang OpenMP support can see their GitHub repository. I'll try to get up some fresh benchmarks of the Clang vs. GCC support for this multi-processing API in short order.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week