search for: cl_platform

Displaying 2 results from an estimated 2 matches for "cl_platform".

Did you mean: at_platform
2015 Sep 10
3
[OpenCL] Implicit arithmetic conversion of INT_MIN to int vector type
Hello, I recently came across an OpenCL kernel in which an int vector type was subtracted from the INT_MIN constant, e.g. int2 v2 = INT_MIN - (int2)(0); INT_MIN was defined as #define INT_MIN (-2147483648) Clang in OpenCL modes (-x cl) produces the following error: vector_conversion.c:12:42: error: can't convert between vector values of different size ('long' and 'int2'
2011 Oct 06
1
[HowTo] OpenCL support in Wine
...//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.khronos.org/registry/cl/api/1.1/opencl.h #custom configure. nVidia provides 32-bit opencl drivers in /usr/lib32# CC="gcc-4.5 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" OPENCL_LIBS="/usr/lib32" OPENCL...