Compile QtOpenCl.dll with Qt (64bit)
-
Install the OpenCL drivers and SDK from your graphics card manufacturer. AFAIK, for e.g. Nvidia you can install the CUDA SDK and it should come with it
-
I don't have a windows computer at hand but doing a search in the CUDA sdk folder should tell you where the OpenCL libs can be found
-
No need to past them anywhere, just put the right paths in your pro file
-
Did you install the AMD OpenCL SDK ?
-
Before that did you retry to build QtOpenCL from scratch ?
-
So, it is working now ?
-
Do you have any OpenCL something lib file in the AMD sdk ?
-
Strange, did you do a global disk search ? Sometimes there are things are dispatched in both Program Files and Program Files (x86)
Just to be sure did you download "that":http://developer.amd.com/tools-and-sdks/opencl-zone/opencl-tools-sdks/amd-accelerated-parallel-processing-app-sdk/ sdk ?
-
yes, thats what i installed...
i did searched for opencl files... and as i posted before i just found strange files like AMD_opencl64.dl_
i always throught the only thing i need is the opencl.dll (no matter from which source) and compile it with the needed compiler, in my case the amdx64 compiler of msvs10.0 -
no .lib or .a file ?