[PATCH 1/2] opencl: Initial stub implementation of OpenCL 1.0 (try 2)

C.W. Betts computers57 at hotmail.com
Mon Nov 29 12:31:11 CST 2010


It doesn't look like you look for Apple's OpenCL implementation, which uses <OpenCL/opencl.h>. You can do this:
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else
#include <CL/opencl.h>
#endif
On Nov 29, 2010, at 7:39 AM, Peter Urbanec wrote:

> Resending because previous patch was mangled by Thunderbird.
> 
> ---
>  configure.ac            |   13 ++++++++
>  dlls/opencl/Makefile.in |    6 ++++
>  dlls/opencl/opencl.c    |   29 ++++++++++++++++++
>  dlls/opencl/opencl.spec |   75 +++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 123 insertions(+), 0 deletions(-)
>  create mode 100644 dlls/opencl/Makefile.in
>  create mode 100644 dlls/opencl/opencl.c
>  create mode 100644 dlls/opencl/opencl.spec
> 
> 
> <0001-opencl-Initial-stub-implementation-of-OpenCL-1.0.patch>




More information about the wine-devel mailing list