Drivers 3023 Published by

Intel just dropped a release candidate for the NPU driver that finally gives Core Ultra users a proper command line tool to track neural processing unit performance. The update also cleans up a messy build system by restoring missing compiler links and disabling environment variable overrides that routinely break local compilations. Developers will appreciate the updated OpenVINO runtime and Level Zero patches, which smooth out cross-platform AI workflow headaches without forcing unnecessary firmware flashes. This release candidate targets actual developer pain points rather than padding version numbers, so it is worth testing before the official stable build hits the main branch.



Intel NPU Driver 1.32.1 Release Candidate Brings Telemetry Tools and Build Fixes

The latest release candidate for the Intel NPU driver lands with a few practical updates that actually matter for developers and power users running Core Ultra hardware. This version introduces a new telemetry utility, tightens up build dependencies, and quietly drops some legacy udev rules that never worked right anyway. If compiling AI workloads or tracking neural processing unit performance on Windows or Linux sounds like a chore, here is what the changelog means for your setup.

Intel NPU driver telemetry tool for tracking activity

The standout addition here is the intel-npu-smi utility, which finally gives users a way to monitor neural processing unit metrics without relying on third party dashboards or guessing from system monitors. Developers have watched opaque hardware counters plague early Core Ultra chips, and having a dedicated command line tool to pull real time data will save a lot of trial and error. The driver also bumps the OpenVINO runtime to version 2026.1.2 and updates the compiler to npu_ud_2026_12_1_rc1, which means better compatibility with modern AI frameworks out of the box.

Build system cleanup stops random compilation failures

The changelog reveals a heavy focus on fixing compiler links and test dependencies, which usually means someone finally untangled a mess that breaks local builds after routine updates. Projects often stall for days because a missing library link or an overridden environment variable disrupts the entire compilation chain. This release disables the override compiler flags using env variables and restores the npu_compiler as a hard dependency in level_zero_driver, which should stop random build failures on fresh clones. The Android patch for Level Zero v1.27.0 also updates the search path logic, making cross platform development slightly less painful than it was last quarter.

Platform support and firmware handling adjustments

The driver quietly drops intel_vpu udev rules for Ubuntu 22.04, which removes conflicting hardware management scripts that often clash with modern kernel modules. Firmware installation also gets excluded from the default build target, a sensible move since most users only need the runtime binaries rather than flashing raw firmware blobs on every compile. The scratch buffer recording change in the UMD layer prevents unnecessary disk writes during inference tasks, keeping system performance steady during heavy AI workloads. These tweaks matter more for developers compiling custom models or testing neural network acceleration than for casual gamers who just want their chatbots to run smoothly.

The release candidate still needs a bit of real world testing before becoming the official stable build, but the changes target actual pain points rather than padding version numbers. Users running Core Ultra hardware should grab the package when it hits the main branch and run through their usual AI workloads to verify telemetry accuracy. Keep an eye on the project repository for final patches, and enjoy a slightly less frustrating compilation experience moving forward.

Release NPU Driver v1.32.1-rc1

Add tools/intel-npu-smi to track NPU telemetry data

Release v1.32.1-rc1: NPU Driver 1.32.1 release unified 2026WW12.1 (#132) ยท intel/linux-npu-driver