LLVM Clang 12 Adds Support For AVX-VNNI

Written by Michael Larabel in LLVM on 31 October 2020 at 06:15 AM EDT. 1 Comment
LLVM
The LLVM Clang compiler stack has merged its support for AVX-VNNI, the Vector Neural Network Instructions for AVX to complement the AVX-512 version.

Earlier this month GCC added AVX-VNNI support after the most recent Intel programmer's reference manual update outed this new VNNI variant without AVX-512. The Vector Neural Network Instructions are also known as DL BOOST and optimized to deliver greater deep learning performance out of CPUs for more efficient training and inference.

AVX-VNNI will initially be found with Intel Alder Lake on the desktop side towards the end of next year along with Xeon "Sapphire Rapids" server processors. These latest LLVM patches do reaffirm the Alder Lake / Sapphire Rapids introduction for AVX-VNNI with the support now being exposed there. Sapphire Rapids is really interesting on the instruction front with that also being where AMX (Advanced Matrix Extensions) are making their debut too along with various other new instructions. Besides being enabled for Alder Lake and Sapphire Rapids, there is also the -mavxvnni and -mno-avxvnni for individually toggling AVX-VNNI.

So as of this morning with this commit the LLVM/Clang 12 code slated for its release around February~March of next year has AVX-VNNI ready to go along with the other recently documented Intel CPU instructions.
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