LLVM's Clang Lands More CUDA Improvements

Written by Michael Larabel in LLVM on 17 November 2015 at 10:05 PM EST. 5 Comments
LLVM
Just days after writing about GPUCC as Google's open-source CUDA compiler built atop LLVM and how to compile CUDA code with LLVM, more improvements have landed.

There's now support for CUDA compilation by default as one of the most prominent changes today. "Currently clang requires several additional command line options in order to enable new features needed during CUDA compilation. This patch makes these options default." That change was done by Artem Belevich at Google.

Other work done by Artem today includes a new wrapper header for CUDA, detecting and linking CUDA's libdevice bitcode library, and other changes relating to better out-of-the-box CUDA support with LLVM/Clang.

This work will be found in the upcoming LLVM Clang 3.8 release.
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