OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.
1718 Discussions

Library lib--core >= 4.0 when intsall openCL on Ubuntu 18.04

Yin__Guodong
Beginner
969 Views

I install openvino on ubuntu(virtualbox), it checks my system and says:

-- Intel® Graphics Compute Runtime for OpenCL™ Driver is missing 

when i download intel cpu runtime for openCL and install, the prerequsities says:

prerequistites.png

what can i do for it?

0 Kudos
2 Replies
Michael_C_Intel1
Moderator
969 Views

Hi GuodongY,

OpenVINO can use Intel® Graphics Compute Runtime for OpenCL™ Driver for acceleration. It's available via system package manager on Ubuntu 18.04... It's also buildable.

Intel® CPU Runtime for OpenCL™ Applications is a different runtime. Version 18.1 is not supported on Ubuntu 18.04 OS. That being said, I haven't observed issues running it there personally.

lsb-core should be available on Ubuntu distributions with apt install.

 

-MichaelC

 

0 Kudos
Michael_C_Intel1
Moderator
969 Views

Also note, that often virtual systems and container OS's omit typical distribution libraries sought for dependencies. A native install of an OS may not have a dependency resolution issue... while a container may need extra set up steps.

 

-MichaelC

0 Kudos
Reply