Intel Vulkan Driver Halves The Time Required For Startup

Written by Michael Larabel in Intel on 14 June 2024 at 08:31 AM EDT. 6 Comments
INTEL
Intel's open-source Vulkan Linux driver "ANV" has reduced the driver start-up time by about half.

Intel's Lionel Landwerlin has seen his patch series under review for the past month land into Mesa 24.2. This reduces the time by about 50% that it takes for vkCreateDevice(), the call for creating a new device instance with the Vulkan API.

This significant speed-up to the Intel ANV start-up time comes from making more of the device initialization asynchronous. Plus other code optimizations during the initialization process leads to this ~50% reduction in start-up time.

Intel ANV faster startup


Details for those interested via this merge request that is now in Mesa Git for the Mesa 24.2 release due out in August.
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