memory
developer_board AI Hardware

Using NPU in Newer Intel PCs

A curated collection of resources for getting started with Intel's Neural Processing Unit (Intel AI Boost) for on-device AI development.

neurology

About NPUs

Newer Intel PCs ship with a dedicated Neural Processing Unit (NPU), branded as Intel AI Boost. This hardware accelerator is designed for sustained AI workloads like eye detection, background blur, and other inference tasks -- running them efficiently without taxing the CPU or GPU.

The following resources cover how to develop and build AI applications that leverage the NPU using frameworks like OpenVINO, DirectML, and ONNX Runtime.

bookmark

Reference Resources

terminal

Code Repository

Git
git clone git@github.com:microsoft/onnxruntime-inference-examples.git

Microsoft's ONNX Runtime inference examples repository contains sample code for running models on various hardware targets including NPU.

This is a reference collection for Intel NPU development. Resources link to their respective authors and platforms.