- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Fiona:
how to do this check in openvino python api?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any solution?
I need to decide, while app starts, show or not some functionality depend of GPU...

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page