rockchip-linux / rkdeveloptool

GNU General Public License v2.0
159 stars 91 forks source link

Armnn Error: Could not initialize the CL runtime. Error description: clGetPlatformIDs. CL error code: -1001 #37

Closed FSet89 closed 5 years ago

FSet89 commented 5 years ago

I compiled armnn with OpenCL support and I installed OpenCL with apt install ocl-icd-opencl-dev I tried to run ExecuteNetwork with GpuAcc but I got the following error: Armnn Error: Could not initialize the CL runtime. Error description: clGetPlatformIDs. CL error code: -1001 Did I miss something?