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.

Does OpenVino support Intel® Iris® Plus Graphics 655?

Wang__Yuan1
Beginner
743 Views

My OS is Ubuntu 18.04.

Can I use GPU to run OpenVINO on i7-8559UIntel® Iris® Plus Graphics 655?

The i7-8559U is in the processor list but I don't see the Intel® Iris® Plus Graphics 655 in the graphic driver list 
https://ark.intel.com/content/www/us/en/ark.html?elq_cid=6058428&erpm_id=9158968#@PanelLabel128199

Thanks

 

0 Kudos
2 Replies
SuryaPSC_Intel
Employee
743 Views

Hi Wang,Yuan,

 

Yes, you can use Intel® Iris® Plus Graphics 655 (GPU) with OpenVINO as it is in the supported devices.

Kindly follow the instructions to setup Intel® Processor Graphics (GPU).

Use the following code snippet to list the available devices for OpenVINO inference.

from openvino.inference_engine import IECore

ie=IECore()

ie.available_devices

Best Regards,

Surya

0 Kudos
Wang__Yuan1
Beginner
743 Views

Hi Surya,

Thanks!.

0 Kudos
Reply