On Friday, December 19, 2014 01:14:47 PM Tom Stellard wrote:
> On Sun, Dec 14, 2014 at 11:31:23AM +0100, EdB wrote:
> > OpenCL 1.2 make distinction between 3 binaries kind:
> > executable as produce by clBuildProgram and clLinkProgam
> > compiled as produce by clCompileProgram
> > library as pro
On Sun, Dec 14, 2014 at 11:31:23AM +0100, EdB wrote:
> OpenCL 1.2 make distinction between 3 binaries kind:
> executable as produce by clBuildProgram and clLinkProgam
> compiled as produce by clCompileProgram
> library as produce by clLinkProgam with -create-library option
s/produce/produced/
OpenCL 1.2 make distinction between 3 binaries kind:
executable as produce by clBuildProgram and clLinkProgam
compiled as produce by clCompileProgram
library as produce by clLinkProgam with -create-library option
---
src/gallium/state_trackers/clover/core/kernel.cpp | 2 +-
src/gallium/stat