Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6403 Discussions

How to detect the suppored device in openvino

Yixiong__Feng
Beginner
1,131 Views

Hi,

In openVINO, when create the plugin for a device like GPU, how to check the current system support it or not without loading the network?

Thanks

0 Kudos
4 Replies
Zhen_Z_Intel
Employee
1,131 Views

Hello Yixiong,

You can use following command to check the type and version of your graphics in Linux:

lspci -k | grep -EA3 'VGA|3D|Display'

And in our product release note, it described that OpenVINO supports 6th - 8th Generation Intel® Core™/Xeon™ processors with Intel® Iris® Pro graphics and Intel® HD Graphics

 

Regards,
Fiona

0 Kudos
__om__
Beginner
1,131 Views

Hi Fiona,

is there any way to check this from C++ application without issuing system call?

E.g to check VPU (Movidius) availability it's enough to call ncDeviceCreate function of libmyriadPlugin.so.

Is there any similar way to check if existing GPU (clDNN) can be used for inferencing?

Thanks.

0 Kudos
Yixiong__Feng
Beginner
1,131 Views

Hi Fiona:

how to do this check in openvino python api?

0 Kudos
serg
Beginner
1,072 Views

Any solution?

I need to decide, while app starts, show or not some functionality depend of GPU...

0 Kudos
Reply