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.

OpenVino failed to create engine -d GPU

estefan__mike
Beginner
585 Views

I have been trying to run OpenVino on the GPU using -d command but i keep getting this error

API version ............ 1.6
    Build .................. 23780
    Description ....... clDNNPlugin
[ INFO ] Loading network files for VehicleDetection
[ INFO ] Batch size is forced to  1
[ INFO ] Checking Vehicle Detection inputs
[ INFO ] Checking Vehicle Detection outputs
[ INFO ] Loading Vehicle Detection model to the GPU plugin
[ ERROR ] failed to create engine: clGetPlatformIDs error -1001
Error on or near line 228; exiting with status 1

My system is Intel Hades Canyon 8th Gen NUC with Overclocked i7 Processor - NUC8i7HVK specs is:

Intel® Core™ i7-8705G Processor

Radeon™ RX Vega M GL graphics (8M Cache, up to 4.10 GHz)

100W TDP

2x Gigabit Ethernet, 802.11ac and Bluetooth 4.2

DDR4-2400+ 1.2V SO-DIMM RAM - 32GB max

2x Mini-DP 1.2, 2x Thunderbolt 3, F+R HDMI 2.0a display

Intel® Virtualization Technology for Directed I/O (VT-d)

Intel® Rapid Storage Technology

Intel® HD Audio Technology

------------------------------------------------------------

I have tried everything including

If you use 8th Generation Intel® Core™ processor, you will need to add:
   i915.alpha_support=1
   to the 4.14 kernel command line in the grub config file, in order to enable OpenCL functionality for this platform.

I updated my kernel and added i915.alpha_support=1 to my grub but still same problem

0 Kudos
3 Replies
Shubha_R_Intel
Employee
585 Views

Dear estefan, mike,

If your GPU is supported then you shouldn't have to do any custom hacking like you did. Your GPU Radeon™ RX Vega M GL graphics (8M Cache, up to 4.10 GHz) is not supported by OpenVino though.

Only Intel GPUs are supported and Radeon is AMD.

Hope it helps.

Thanks,

Shubha

0 Kudos
Shailesh_P_Intel
Employee
585 Views

Hello OpenVino team, 

Have recently bought  Intel Hades Canyon 8th Gen NUC with Overclocked i7 Processor - NUC8i7HVK specs is:

Intel® Core™ i7-8705G Processor

Radeon™ RX Vega M GL graphics (8M Cache, up to 4.10 GHz)

While running OpenVino conatiner for GPU:

_[35mopenvino_face_detect-gpu       |_[0m [ INFO ] Loading network files for Face Detection

_[35mopenvino_face_detect-gpu       |_[0m [ INFO ] Batch size is set to 1

_[35mopenvino_face_detect-gpu       |_[0m [ INFO ] Checking Face Detection network inputs

_[35mopenvino_face_detect-gpu       |_[0m [ INFO ] Checking Face Detection network outputs

_[35mopenvino_face_detect-gpu       |_[0m [ INFO ] Loading Face Detection model to the GPU plugin

_[35mopenvino_face_detect-gpu       |_[0m [ ERROR ] failed to create engine: clGetPlatformIDs error -1001

_[35mopenvino_face_detect-gpu       |_[0m + sleep 1

_[35mopenvino_face_detect-gpu       |_[0m + true

the error: failed to create enginer

Please do let me know if there is anything i can do to make it work ?

 

 

 

0 Kudos
nikos1
Valued Contributor I
585 Views

 

Hello Pandey, Shailesh

To get this to work first you need to reconfigure your system to recognize the Intel® HD Graphics 630 that is inside your Intel® Core™ i7-8705G Processor

In some cases this may not be possible.

Try BIOS settings, connecting a display to the VGA/HDMI/DP of the Intel GPU or other OS settings.

Eventually you need to run

clinfo

and display the Intel GPU as an OpenCL GPU device.

Cheers,

nikos

 

 

0 Kudos
Reply