Intel Does Fast Math With MKL On Linux

Written by Michael Larabel in Intel on 18 April 2013 at 09:20 AM EDT. 9 Comments
INTEL
Intel's Integrated Performance Primitives (IPP) and their Math Kernel Library (MKL) provide for very fast math operations with modern processors.

Presented at this week's Linux Foundation Collaboration Summit in San Francisco was Noah Clemons of Intel talking about the company's Math Kernel Library. With it being performance-related, of course it catches our attention.

While not brand new, Intel's Math Kernel Library generates hand-tuned AVX (Advanced Vector Extensions) code with functions for common algorithms. Multiple operating systems are supported by this library and their Integrated Performance Primitives and they work with any compiler, the functions are thread-safe, and have minimal overhead. AVX support has been present since Intel Sandy Bridge CPUs and can lead to quite faster math operations given the right routines.

Intel MKL works with linear algebra, fast fourier transforms, vector math, vector random number generators, summar statistics, and data fitting. The Math Kernel Library is multi-core, multi-CPU, and cluster friendly while MKL 11.0 also introduces support for the Xeon Phi co-processor.

For those looking to learn more about Intel's Math Kernel Library and Intel Performance Primitives, check out the PDF slides that are 51 pages long from this week's Linux Foundation summit. This performance-optimized math library is available from software.intel.com.
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