mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
3faa0cc1f8
Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9467
13 lines
566 B
Plaintext
13 lines
566 B
Plaintext
Oclgrind
|
|
|
|
SPIR interpreter and virtual OpenCL device simulator
|
|
|
|
Oclgrind implements a virtual OpenCL device simulator, including an OpenCL
|
|
runtime with ICD support. The goal is to provide a platform for creating tools
|
|
to aid OpenCL development. In particular, this project currently implements
|
|
utilities for debugging memory access errors, detecting data-races and barrier
|
|
divergence, collecting instruction histograms, and for interactive OpenCL
|
|
kernel debugging. The simulator is built on an interpreter for LLVM IR.
|
|
|
|
WWW: https://github.com/jrprice/Oclgrind
|