GPU Compute Software
Ask questions about Intel® Graphics Compute software technologies, such as OpenCL* GPU driver and oneAPI Level Zero
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
383 Discussions

Installing "OpenCL Runtime" on cloud notebook

Ace__F
Beginner
2,112 Views

how to install OpenCL Runtime for Intel Core, as using the "sudo" command is blocked, I cannot run "sudo dpkg -i *.deb"

thanks

0 Kudos
1 Reply
Anita_Intel
Employee
1,869 Views

Dear User,


You can build the OpenCL ICD Loader at location where you do have write access.

Please refer build steps at https://github.com/KhronosGroup/OpenCL-ICD-Loader#table-of-debug-environment-variables


I haven't done this recently myself, but it can be done. Basically, what you need to do is to install to a location where you do have access (that doesn't require sudo), then tell the OpenCL ICD loader where to find your installation using the OCL_ICD_VENDORS or OCL_ICD_FILENAMES environment variables: https://github.com/KhronosGroup/OpenCL-ICD-Loader#table-of-debug-environment-variables

 

Hope this works!!


Thanks,

Anita


0 Kudos
Reply