OpenCL: failed to load opencl runtime
I get this error when I attempt to launch my program. This prompted me to make sure that the ocl module was installed. Couldn't find an ocl directory in the module folder. How do I ensure that OpenCL gets installed and linked? Should I try to install it separately and re-run the makefile? or Double check that the module was turned on in the CMakeLists and re-run?
the second option worked for me. no more error. although is someone else is encountering this problem remember to rebuild all things related to your project and opencl. just for good measure