freebsd-ports/devel/oclgrind/pkg-descr
Johannes M Dieterich 31637dc817 devel/oclgrind: update to 21.10
Changelog: https://github.com/jrprice/Oclgrind/releases/tag/v21.10

Update LLVM dependency to LLVM12 - minimum LLVM11 is required upstream.

Remove powerpc special casing in-line with comment (LLVM >9)

Add pkg-message that procfs(5) is required.

Clean pkg-descr whitespace.
2021-11-30 12:53:02 -06:00

12 lines
561 B
Text

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