ERROR: clGetPlatformIDs -1001 when running OpenCL code (Linux)

后端 未结 2 734
南旧
南旧 2020-12-16 04:52

After finally managing to get my code to compile with OpenCL, I cannot seem to get the output binary to run! This is on my linux laptop running Kubuntu 13.10 x64

The

2条回答
  •  一生所求
    2020-12-16 05:08

    To share some add info. I have installed intel opencl version on Ubuntu 13.10 saucy. Problem has been the same: -1001 error. I solved it by link analogicly to previous post:

    sudo ln -sf /opt/intel/opencl-1.2-3.2.1.16712/etc/intel64.icd /etc/OpenCL/vendors/nvidia.icd
    

提交回复
热议问题