No matter how I try to get OpenCL working (sgminer, cgminer, c programming examples, clinfo)
I only get a result when I run as root.
When I run clinfo not as root I get:
terminate called after throwing an instance of 'cl::Error'
what(): clGetPlatformIDs
Aborted (core dumped)
I am using the AMD opencl implementation, and the correct ICD file does exist under /etc/OpenCL/vendors. I have changing the permissions of various files with no success.
How can I get this to work without root access