- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My OS is Ubuntu 18.04.
Can I use GPU to run OpenVINO on i7-8559U + Intel® 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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Surya,
Thanks!.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page