Difference between revisions of "Edge AI SDK/AI Framework/AMD"

From ESS-WIKI
Jump to: navigation, search
(update)
(Benchmark)
Line 55: Line 55:
 
[[File:ryzen8000_npu_yolovX.png|800px]]
 
[[File:ryzen8000_npu_yolovX.png|800px]]
  
= Benchmark =
+
= Benchmark (Vision AI)=
 
<span style="font-size:larger;">You can refer the [https://github.com/amd/RyzenAI-SW/tree/main/onnx-benchmark link]to test the performance with the benchmark tool</span>
 
<span style="font-size:larger;">You can refer the [https://github.com/amd/RyzenAI-SW/tree/main/onnx-benchmark link]to test the performance with the benchmark tool</span>
 +
 +
mobilenet-ssd V2
 +
[[File:ryzen8000_benchmark.png|400px]]
  
 
= System Monitoring =
 
= System Monitoring =

Revision as of 03:20, 5 September 2025

RyzenAI SDK

AMD Ryzen™ AI software includes the tools and runtime libraries for optimizing and deploying AI inference on AMD Ryzen AI powered PCs1. Ryzen AI software enables applications to run on the neural processing unit (NPU) built in the AMD XDNA™ architecture, the first dedicated AI processing silicon on a Windows x86 processor2, and supports an integrated GPU (iGPU).


Ryzen™ AI software enables developers to efficiently port their pre-trained PyTorch or TensorFlow models to run on the integrated GPU (iGPU) or Neural Processing Unit (NPU) available in select Ryzen AI-powered laptops. Applications are deployed using ONNX Runtime, giving the user easy inferencing across the different hardware.


AMD Ryzen™ AI Software includes the tools and runtime libraries for optimizing and deploying AI inference on AMD Ryzen™ AI powered PCs. Ryzen AI software enables applications to run on the neural processing unit (NPU) built in the AMD XDNA™ architecture, as well as on the integrated GPU. This allows developers to build and deploy models trained in PyTorch or TensorFlow and run them directly on laptops powered by Ryzen AI using ONNX Runtime and the Vitis™ AI Execution Provider (EP).

Addressing Various AI Workloads  -Large Language Models -Image and Video Generation -Recommendation -Computer Vision

Application

Vision Application

Application Model AIMB-2210 FPS (video file)
Object Detection yolov8-onnx-FP32 (CPU) 25
Object Detection yolov8-onnx-FP32 (iGPU) 35
Object Detection yolovX-onnx-int (NPU) 65
Face Detection yolov8-onnx-FP32 (CPU) 35
Face Detection yolov8-onnx-FP32 (iGPU) 45
Face Detection RetinaFace-onnx-int (NPU) 65

To Run NPU (YolovX)

Ryzen8000 npu yolovX.png

Benchmark (Vision AI)

You can refer the linkto test the performance with the benchmark tool

mobilenet-ssd V2 Ryzen8000 benchmark.png

System Monitoring