OpenVino On AMD Ryzen CPU #9417
Replies: 7 comments 6 replies
-
what is your config? |
Beta Was this translation helpful? Give feedback.
-
Here it is, pretty basic. Just that using OpenVINO instead of CPU
|
Beta Was this translation helpful? Give feedback.
-
And docker-compose. I run Fedora and use podman
|
Beta Was this translation helpful? Give feedback.
-
I'm curious why the performance would improve using OpenVINO on a AMD Ryzen CPU. |
Beta Was this translation helpful? Give feedback.
-
This might be a very basic question, but I read that OpenVINO was mostly created for Intel CPUs. Can you tell me how to install the drivers or is there any documentation available? Furthermore, can I assume that using the hardware acceleration itself also helps for decoding the ffmpeg streams? |
Beta Was this translation helpful? Give feedback.
-
which intel cpu you were using before switching to the amd cpu? also what is the cpu usage while detecting an object on the amd cpu? thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks for sharing! I was able to run openvino on a AMD 5800U (15W) with success! yolov8n: PT with ROCM -> 35-45 ms vs Openvino (amd cpu only) -> 25-35 ms. I am interested in further optimizations. Have you had success with Rocm or other combos? e.g. RocM+Openvino. Anything thats faster than openvino (cpu only)? |
Beta Was this translation helpful? Give feedback.
-
Hello all,
First of all, thank you very much for a great project. I have a MinisForum UM790 pro (Ryzen 7945HS) mini pc, which has Radeon 780M gpu. Unfortunately I had to use CPU detectors as AMD doesn't have a proper SW for using GPU for this use case, although this chipset has inbuilt TPU (8 TOPS). So my inference speeds were anywhere around 30ms and was not happy
So today I found out we can use OpenVINO detectors for AMD CPU/GPUs also. And alas ! my inference speeds has dropped to 3ms !!
This is FYI all
Beta Was this translation helpful? Give feedback.
All reactions