Intel Releases Updated Cilk Plus LLVM Compiler

Written by Michael Larabel in LLVM on 8 September 2014 at 09:42 AM EDT. Add A Comment
LLVM
Intel has shipped an updated version of their Cilk Plus code compiler that's built atop LLVM.

Intel remains committed to Cilk Plus, their C/C++ programming language extension that adds multi-threaded parallel computing support. Cilk Plus mostly comes down to exploiting the cilk_for, cilk_spawn, and cilk_sync keywords for simple yet effective parallel programming.

Cilk Plus support landed in GCC 4.9 and has been supported by Intel's ICC compiler for years. Within the LLVM/Clang space, Intel is working towards support there but no mainline support has yet to be accepted (just like Intel's efforts for Clang OpenMP). For now, Intel maintains their own out-of-tree Cilk Plus LLVM-based compiler. Released on Friday was an updated version of the CIlk Plus / LLVM compiler that complies with the Cilk Plus Language Extension Specification v1.2.

Those wishing to try the LLVM-based Cilk Plus compiler can find all of the code and many more details via the GitHub project site.
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