Skip to content

Oclgrind 18.3

Compare
Choose a tag to compare
@jrprice jrprice released this 09 Mar 11:26
· 103 commits to master since this release

Added support for the following OpenCL 2.0 features:

  • Program-scope global variables
  • Non-uniform work-group sizes
  • Several miscellaneous API and kernel functions

Other changes:

  • Switched to using Clang's builtin OpenCL header (opencl-c.h)
  • Added support for LLVM 4.0, 5.0 and 6.0
  • Dropped support for LLVM 3.6, 3.7 and 3.8
  • Added --{global,constant,local}-mem-size and --max-wgsize options
  • Removed autotools build system
  • Improved support for big-endian systems
  • Various minor bug fixes