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.
6392 Discussions

No OpenCL device found which would match provided configuration

Luo__Eric
Beginner
565 Views

What does the below error message mean? How do I resolve it if I want to use an Nvidia GPU?

Error loading model into plugin: failed to create engine: No OpenCL device found which would match provided configuration:
    Quadro P5000: invalid vendor type
 

Any advice would be appreciated, thanks in advance.

0 Kudos
1 Solution
nikos1
Valued Contributor I
565 Views

Most likely no graphics in the Xeon Gold 6126 according to

https://ark.intel.com/products/120483/Intel-Xeon-Gold-6126-Processor-19-25M-Cache-2-60-GHz-

You can still use -d CPU and run on the CPU cores.

Nikos

 

View solution in original post

0 Kudos
3 Replies
nikos1
Valued Contributor I
565 Views

Hi Eric,

OpenVino SDK supports Intel GPUs. Do you have a Core CPU with integrated graphics?

Cheers,

Nikos

0 Kudos
Luo__Eric
Beginner
565 Views

I have the Intel Xeon Gold 6126 Processor. I'm not sure if it comes with integrated graphics.

0 Kudos
nikos1
Valued Contributor I
566 Views

Most likely no graphics in the Xeon Gold 6126 according to

https://ark.intel.com/products/120483/Intel-Xeon-Gold-6126-Processor-19-25M-Cache-2-60-GHz-

You can still use -d CPU and run on the CPU cores.

Nikos

 

0 Kudos
Reply