Ask Your Question

vulcanVision's profile - activity

2016-04-10 15:36:42 -0600 received badge  Popular Question (source)
2014-03-20 16:14:48 -0600 commented question OpenCL: failed to load opencl runtime

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

2014-03-19 18:35:41 -0600 asked a question 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?