Intel Cascade Lake Target Added To LLVM / Clang Compiler

Written by Michael Larabel in LLVM on 27 November 2018 at 02:29 PM EST. Add A Comment
LLVM
Similar to the GCC patch for Intel Cascade lake CPU support that was posted last week, the LLVM Clang compiler stack now supports these forthcoming Intel server CPUs.

As of today the cascadelake target was added to LLVM and hooked up as well for Clang with the "-march=cascadelake" targeting for optimized code around this successor to Skylake-SP.

The addition is quite simple and reuses the existing Xeon Scalable (Skylake) optimizations/tables while adding in VNNI support. VNNI support was previously added to LLVM and GCC at the time with plans on it premiering in Icelake. Vector Neural Network Instructions is part of AVX-512 and is part of the deep learning improvements for Cascade Lake.

That's it on the compiler side with just adding AVX-512 VNNI on top of the existing Xeon Skylake Server parts. Outside of the compiler scope are also other improvements with Cascade Lake, mainly support for 3D XPoint memory modules and in-hardware mitigations for Spectre and Meltdown.

The Intel Cascade Lake support for LLVM/Clang will premiere with the LLVM 8.0 release due out early next year.
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