Skip to content

Oclgrind 14.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@jrprice jrprice released this 17 May 15:39
· 983 commits to master since this release

Initial release (beta).

Implements a SPIR 1.2 interpreter which can be targeted either via an
OpenCL 1.2 runtime API implementation or using a standalone kernel
interface.

Provides the following utilities:

  • Memory access error detection
  • Work-group divergence detection (barriers, async-copies)
  • Data-race detection (--data-races)
  • Simple interactive debugger (--interactive)
  • Instruction histograms (--inst-counts)
  • OpenCL runtime API error reporting (--check-api)