Intel Core Ultra NPU (VPU) accelerator
The integrated Neural Processing Unit built into Intel's Core Ultra client CPUs, starting with Meteor Lake in late 2023 and continuing through Arrow Lake, Lunar Lake, Panther Lake, and newer "AI PC" generations. It offloads machine-learning inference workloads from the CPU and GPU on laptops, desktops, and edge devices.
recommendation
It should stay because this is the in-tree driver for the NPU found in every current and upcoming Intel Core Ultra client chip, with active development through 2026 including new-platform enablement for Panther Lake and Nova Lake. The hardware is still being launched into 2025 and 2026 across consumer and embedded markets, and there is no alternative driver — this is the upstream support path for Intel's AI PC accelerators.
repository signals
sources
- cateee.net
LKDDb identifies this as CONFIG_DRM_ACCEL_IVPU / module intel_vpu, for Meteor Lake and newer, with PCI IDs covering Meteor Lake, Arrow Lake, Lunar Lake, Panther Lake, and newer IDs added in recent kernels.
- intel.com
Intel's Core Ultra Series 2 product page lists many current SKUs with launch dates in Q1 2025, Q3 2025, and Q1 2026, indicating ongoing new-system sales rather than legacy-only deployment.
- newsroom.intel.com
Intel's Core Ultra Series 2 press kit ties current Arrow Lake and Lunar Lake client products to built-in NPUs and AI-PC positioning, matching the driver's supported Intel client NPU generations.
- newsroom.intel.com
Intel states Panther Lake broad market availability starts in January 2026, showing the supported hardware family is still expanding into new deployments.
- intel.com
Intel markets Core Ultra processors for edge applications with built-in acceleration for edge AI and graphics, supporting non-consumer deployment beyond initial laptop launches.
codex reasoning notes (technical)
Shell `rg` against drivers/accel/ivpu showed `intel_vpu` and PCI IDs for MTL/ARL/LNL/PTL/WCL/NVL, confirming this is the active Intel client NPU driver. Shell `git -c safe.directory=/nas4/data/workspace/personal/linux-drivers/.kernel-snapshot log --since=2025-01-01 -- drivers/accel/ivpu` showed ongoing fixes and new-platform enablement through 2026-03-24, including Nova Lake support, which argues strongly against deprecation. I attempted lore-first collection via `lei q`, but `lei` is not installed; `lore-http` MCP was also unavailable in this session, so no direct lore removal-thread query could be run. Web tool opened LKDDb and Intel product/news pages; those pages show the driver covers current and upcoming Core Ultra NPU generations still shipping into 2025-2026. Natural replacement driver is absent because this is the upstream in-tree driver for these integrated NPUs.