search for: cl_ext

Displaying 1 result from an estimated 1 matches for "cl_ext".

Did you mean: dl_ext
2011 Oct 06
1
[HowTo] OpenCL support in Wine
...vers on Ubuntu 11.04(64-bit) and I'm building W.I.N.E(32-bit version) from source. So how do I compile in OpenCL support you ask? Code: cd /usr/include #make directorty# sudo mkdir CL cd CL #download opencl headers# sudo wget http://www.khronos.org/registry/cl/api/1.1/cl_ext.h sudo wget http://www.khronos.org/registry/cl/api/1.1/cl_gl_ext.h sudo wget http://www.khronos.org/registry/cl/api/1.1/cl_gl.h sudo wget http://www.khronos.org/registry/cl/api/1.1/cl.h sudo wget http://www.khronos.org/registry/cl/api/1.1/cl_platform.h sudo wget http://www.khron...