GPU

Imagination GPU Driver Update Adds Support for Additional Vulkan and OpenCL Extensions

Picture of Patrik Masson
Oct 8, 2025  |  1 min read

In our latest updated, our customers can now grab the latest version of the Linux and Android Driver Development Kits from the Partner Portal. Here are some of the highlights of what has been updated: 

Leveraging Cooperative Matrix in Vulkan

To help accelerate graphics post-processing, neural shaders, physics simulations, and machine learning inference on the GPU, DDK 25.2 implements support for VK_KHR_cooperative_matrix. This extension provides Vulkan developers with a standardised and widely supported way to handle cooperative matrix operations, which are particularly useful for high-performance matmul in compute shaders.

Cooperative matrix types are medium-sized matrices that are primarily supported in compute shaders, where the storage for the matrix is spread across all invocations in a given scope. These invocations cooperate to run matrix multiplies in a parallelised and optimised manner. They are an ideal fit for the deeply integrated AI acceleration inside the new Imagination E-Series GPUs.

Vulkan Pipeline Compilation Rearchitecture

As Vulkan has evolved, developer needs have shifted, making the original model of compiling complete pipeline-shader objects upfront increasingly impractical. Many new extensions reflect this shift, introducing more flexible, dynamic pipeline behaviour. However, these changes challenge traditional architectures that rely on static pipeline-state assumptions.

To address this, we’re extensively re-architecting our Vulkan driver’s shader and pipeline compilation process. This overhaul introduces a modular compilation framework, streamlined development workflows, and improved management of pipeline variants. Enhancements in caching and hashing reduce runtime hitching, while new capabilities for late-stage shader linking and re-compilation provide a foundation for future innovations to support modern Vulkan development and evolving application demands.

OpenCL Memory Management Improvements

Developers can now use pinned memory via CL_USE_HOST_PTR and CL_ALLOC_HOST_PTR. This is an effective tool for bandwidth-intensive applications, repetitive transfers and memory transfer limited segments of applications.

We’ve also introduced the ability to import externally allocated memory, such as buffers shared via DMA-BUF file descriptors, into OpenCL as Unified Shared Virtual Memory (SVM). This enables seamless, zero-copy data sharing between OpenCL and other components (e.g., video decoders, camera drivers, or other compute APIs) that support DMA-BUF.

By mapping external memory into the OpenCL SVM space, applications can:

  • Avoid redundant memory copies between subsystems.
  • Achieve lower latency and higher throughput in data-intensive pipelines.
  • Maintain unified memory access semantics across host and device.

Better Power Management In Virtualised Systems

Virtualisation is a popular feature, particularly in the automotive market where the GPU in a multi-domain controller is supporting the operating systems for the in-vehicle infotainment, cockpit and ADAS all at once. Customers that employ GPU virtualisation can now take advantage of GPU dynamic voltage and frequency scaling (DVFS) on platforms.


Imagination maintains its Android, Windows, and open-source and proprietary Linux drivers with regular updates that give customers access to the latest operating systems and APIs (and their popular extensions), as well as performance optimisations.

This release, 25.2 RTM1, will be maintained for at least one year for bug fixes and security vulnerabilities. To find out more, request a meeting with one of our team.

GPU

Share this post

About the Author
Picture of Patrik Masson

Patrik is Director of Product Management at Imagination Technologies, where he leads the strategy and development of the company's software and developer tools. With over a decade of experience in industrial automation, managing extensive product portfolios through their full lifecycles, he focuses on delivering value for Imagination's customers and developer ecosystem across the entire software stack.

More from Patrik Masson

Read Next