Skip to main content

AMD Ryzen AI NPU

Vendor: AMD

Category: NPU Neural Processor

Architecture: XDNA 2

Introduction

AMD Ryzen AI is an NPU integrated into AMD Ryzen 7040/8040/9000 series processors. Based on XDNA architecture, it supports ONNX Runtime and DirectML accelerated inference, suitable for AI applications on thin-and-light laptops.

Specifications

ModelComputeMemoryInterfaceTDPProcess
Ryzen AI 300 (Strix)50 TOPS (INT8)LPDDR5X (shared)Integrated SoC15-54W4nm
Ryzen AI 20016 TOPS (INT8)LPDDR5X (shared)Integrated SoC15-28W4nm

Official Website

Visit Official Website

Driver Downloads

Windows

Linux

OS Support

WindowsLinuxmacOSAndroid
⚠️ (Experimental)

Version History

VersionRelease DateDescription
Ryzen AI Software 1.22024NPU Studio graphical tool

Performance Benchmarks

ModelTaskPerformance Metric
Ryzen AI 300 (Strix)Windows Studio EffectsReal-time background blur/eye contact
Ryzen AI 300NPU TOPS50 TOPS
Ryzen AI 300Stable Diffusion (local)~30s/img

Pricing

ModelReference PriceNotes
Ryzen AI 300 (Strix)Provided with laptopAI PC laptop
Ryzen AI 200Provided with laptopFirst-gen AI PC

Quick Installation

Windows 11

Ryzen AI NPU is automatically activated through Windows 11 drivers and ONNX Runtime. No additional installation required. Ensure system is updated.

# Verify NPU availability (via DirectML)
python -c "import onnxruntime as ort; print(ort.get_available_providers())"

Code Examples

Python (ONNX Runtime NPU)

import onnxruntime as ort

# Use DirectML / NPU backend
session = ort.InferenceSession("model.onnx", providers=['DmlExecutionProvider'])
results = session.run(None, {'input': input_data})

Architecture Highlights

  • XDNA 2 Architecture: AMD second-gen NPU architecture, 50 TOPS meets Copilot+ PC requirements
  • AI PC Positioning: Oriented toward daily AI assistant tasks (background blur, voice enhancement, text generation)
  • CPU+NPU+GPU Co-processing: Three compute units working together, NPU handling low-power always-on AI tasks

Model Compatibility

Model/FrameworkSupportNotes
ONNX Runtime✅ DirectMLRecommended for Windows AI
PyTorch⚠️DirectML backend
Windows Studio EffectsSystem-level AI features
Small LLMs (Phi/Granite)CPU+GPU hybrid inference

If you're evaluating alternatives, the following products may also fit your scenario: