How To Use GCC 5's OpenMP & OpenACC Offloading Support

Written by Michael Larabel in GNU on 25 January 2015 at 07:26 AM EST. 2 Comments
GNU
With the upcoming GCC 5 compiler release there is the offloading infrastructure support in place as OpenMP 4.0 and OpenACC compute offloading to accelerators begin to mature in this open-source compiler. For those willing to toy with the latest experimental code, it's possible to get your feet wet if you have a NVIDIA GPU or supported Intel Xeon Phi MIC card.

A big focus especially over the past year in the GCC camp has been about getting the offloading infrastructure support in place within GCC and libgomp -- the GNU Offloading & Multi-Processing Runtime Library. With GCC 5, the basic support has come together though surely will still be improved over the months ahead. Offloading to accelerators is one of the big features of GCC 5, which is expected to be officially released in early April.

At this point it's not exactly trivial to take advantage of the offloading capabilities with GCC even with supported code, but there's a few more steps to jump through when compiling the code. If you're interested in the routine for building code with GCC 5+ for offload support, this GCC Wiki page has started coming together nicely in recent days and is worth a shout-out if you want to get involved and test the new capabilities that for now are focused on OpenMP 4.0 / OpenACC for NVIDIA NVPTX and Intel Xeon Phi targets.
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