LLVM Gets Closer To Supporting OpenMP

Written by Michael Larabel in LLVM on 12 September 2012 at 03:04 PM EDT. 3 Comments
LLVM
While LLVM can be used with Clang for compiling the Linux kernel and LLVM can be used in very innovative ways, one of its long-standing disadvantages has been the lack of supporting OpenMP. Fortunately, OpenMP support is finally materializing within LLVM.

OpenMP support for LLVM/Clang has been talked about for a long time but only recently has it been acted upon. OpenMP is the multi-platform shared memory multi-processing API for Fortran/C/C++ that is very common for software developers to use for parallel programming.

Sanjoy Das is one of the developers that has been making progress in allowing LLVM to support OpenMP. In a new mailing list post, Sanjoy says, "I made some progress on implementing Hal's proposal for implementing OpenMP support in LLVM. The patch I've attached just barely compiles, but I'd like to get some input on the design early on to prevent grief later."

The code for the OpenMP LLVM support isn't currently within the mainline SVN repository but for the time being is being developed on GitHub.
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