Intel's Vulkan Driver Is Working On A NIR Cache

Written by Michael Larabel in Intel on 13 October 2018 at 06:16 AM EDT. 2 Comments
INTEL
As a possible performance win, Jason Ekstrand as the lead developer of the Intel ANV open-source Vulkan driver has been developing a NIR cache.

NIR, of course, being the intermediate representation used by Intel's OpenGL and Vulkan drivers. This NIR cache sits between after the SPIR-V-to-NIR conversion but before the linking stage. The intention of this new cache is to help with the overhead of link-time optimizations thanks to caching more of this optimized NIR state before the linking operation.

Unfortunately there are no performance numbers to share at this time on the NIR cache performance. Ekstrand wrote, "I have no numbers to back this series up; just intuition."

This NIR cache for now can be found on the Mesa mailing list.
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