Skip to content

v2.1.0

Compare
Choose a tag to compare
@hughperkins hughperkins released this 03 May 01:32
· 241 commits to master since this release

New:

  • added kernel store: storeKernel( string name, CLKernel *kernel ), getKernel( string name ), kernelExists( string name ), to facilitate per-connection kernel caching
  • Added getCl() to CLWrapper types

Changes:

  • changed from '-c++11x' to '-c++0x', in build, on linux, to allow build on more compilers