v2.1.0
New:
- added kernel store:
storeKernel( string name, CLKernel *kernel )
,getKernel( string name )
,kernelExists( string name )
, to facilitate per-connection kernel caching - Added
getCl()
toCLWrapper
types
Changes:
- changed from '-c++11x' to '-c++0x', in build, on linux, to allow build on more compilers