Skip to content

Oclgrind 16.10

Compare
Choose a tag to compare
@jrprice jrprice released this 20 Oct 15:05
· 232 commits to master since this release

This release incorporates the following changes:

  • Added plugin to detect use of uninitialized values (from Moritz Pflanzer)
  • Added memoryMap and memoryUnmap plugin callbacks
  • Added support for LLVM 3.7, 3.8, and 3.9
  • Added oclgrind.exe command on Windows
  • Report invalid uses of mapped buffers inside kernels
  • Report invalid indices when accessing statically sized arrays
  • Improved coverage of race detection plugin
  • Fixed memcheck false-positive when writing to a write-only vector array
  • Oclgrind will now appear with device type (CPU | GPU | ACCELERATOR | DEFAULT)
  • Various minor bug fixes