macOS
brew install oclgrindlocal Homebrew formula metadata
brew
OpenCL device simulator and debugger. Version 26.03.1 via Homebrew; verified from local package data.
install
brew install oclgrindlocal Homebrew formula metadata
sudo apt install liboclgrind-21.10t64Ubuntu 24.04 LTS package indexes · liboclgrind-21.10t64 · source: archive.ubuntu.com
overview
OpenCL device simulator and debugger
history
Oclgrind is an OpenCL device simulator and debugger. It runs OpenCL kernels on a virtual device backed by an LLVM IR interpreter, trading speed for observability and deterministic debugging.
The upstream README says Oclgrind was originally created by James Price and Simon McIntosh-Smith at the University of Bristol. It implements a virtual OpenCL device, an OpenCL runtime with ICD support, and a platform for OpenCL development tools.
The project's feature set grew around hard-to-debug GPU programming failures: invalid memory accesses, data races, barrier divergence, instruction histograms, and interactive kernel debugging. Its architecture interprets an abstract intermediate representation rather than running on a particular GPU, making it useful for portability and correctness checks.
Release notes and build documentation show Oclgrind tracking LLVM and Clang over time. The README requires LLVM and Clang 18.0 or newer for source builds, while older release notes such as v15.5 mention updates to LLVM 3.6, illustrating the tool's long dependency relationship with the LLVM compiler stack.
Oclgrind is a specialist tool, but it is recognized in OpenCL developer materials as a way to debug kernels without relying on vendor-specific GPU debuggers. Codeplay's SYCL/OpenCL debugging guide describes it as a go-to tool for simulating OpenCL execution and investigating portability issues.
Homebrew's formula API generated on 2026-07-01 lists stable version 26.03.1, the `oclgrind` and `oclgrind-kernel` executables, and 67 installs over 365 days. That low package-manager count fits a niche developer-debugging tool rather than a runtime dependency.
The normal workflow is to prefix an OpenCL application with `oclgrind`, causing the application to see Oclgrind as its OpenCL platform and device. Invalid memory accesses are reported to stderr with kernel, work-item, instruction, and source-line context when debug information is available.
Developers can install an ICD loading point so Oclgrind appears alongside other OpenCL platforms, or run it in interactive mode with a GDB-style session. The README warns that interpretation and bounds checking can be orders of magnitude slower than regular CPU execution, so users usually debug reduced problem sizes.
For package metadata, Oclgrind is notable because it is both a command-line debugger and an OpenCL ICD participant. It depends on heavyweight compiler infrastructure, exposes executable tools, and intersects with OpenCL loader configuration rather than behaving like a simple standalone CLI.
security posture
escape, surveillance, or offensive capability signal.
red risk · medium confidence · escape-surveillance-offensive
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
oclgrind | cli | global executable | |
oclgrind-kernel | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/jrprice/Oclgrind
install metadata
| Package key | brew:oclgrind |
|---|---|
| Version | 26.03.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/oclgrind |
| Homepage | https://github.com/jrprice/Oclgrind |
| Repository | https://github.com/jrprice/Oclgrind |
| Upstream docs | https://github.com/jrprice/Oclgrind#readme |
| License | BSD-3-Clause |
| Source archive | https://github.com/jrprice/Oclgrind/archive/refs/tags/v26.03.1.tar.gz |
| Dependencies | llvm@19, readline, zstd |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | oclgrind |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
liboclgrind-21.10t64 21.10-4
core library for Oclgrind
https://github.com/jrprice/Oclgrind
sudo apt install liboclgrind-21.10t64liboclgrind-dev 21.10-4
development files for Oclgrind
https://github.com/jrprice/Oclgrind
sudo apt install liboclgrind-devoclgrind 21.10-4
OpenCL device simulator
https://github.com/jrprice/Oclgrind
sudo apt install oclgrindsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.