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.

Installation problem openCL sdk

gagliano__luca
Beginner
426 Views

Hello everyone,

I'm new to this forum. I managed to install openCL sdk on windows, with no problem. I need to do the same thing for linux though, but I can't manage to install it. More details are given here: https://stackoverflow.com/questions/50650173/ubuntu-16-04-opencl-sdk-installation-apt-get-update-fails

Any chance you can help me with this? not sure If I have an authentication issue or not.

0 Kudos
1 Reply
Michael_C_Intel1
Moderator
426 Views

Hi LucaG,

Can you indicate where you were blocked? This link was not found. Not sure what is being communicated in your post by "authentication".

https://software.intel.com/en-us/articles/sdk-for-opencl-gsg (Step2) has some guidance... but specifics may vary system to system. Starting from ./install.sh or ./install_GUI.sh is good... the installers should give most of the required feedback for dependencies desired and required.

The exception is the eclipse plugin which has a few dependencies listed on the gsg page. The java components are because the plugin front end is implemented in java, dkms and lsbcore components are for the plugins to interface through the driver stack, libicu is for charactersets, and mono is required due to the nature of the implementation. These packages are referenced in the example script file on that page.

 

Thanks,

-MichaelC

0 Kudos
Reply