macOS
brew install clblaslocal Homebrew formula metadata
sudo port install clblasMacPorts ports tree · math/clblas/Portfile · source: api.github.com
brew
Library containing BLAS functions written in OpenCL. Version 2.12 via Homebrew; verified from local package data.
install
brew install clblaslocal Homebrew formula metadata
sudo port install clblasMacPorts ports tree · math/clblas/Portfile · source: api.github.com
nix profile install nixpkgs#clblasnixpkgs package indexes · pkgs/by-name/cl/clblas/package.nix · source: api.github.com
sudo apt install clblas-clientUbuntu 24.04 LTS package indexes · clblas-client · source: archive.ubuntu.com
sudo zypper install clBLAS-developenSUSE Tumbleweed package metadata · clBLAS-devel · source: download.opensuse.org
overview
Library containing BLAS functions written in OpenCL
history
clBLAS is the OpenCL BLAS component of AMD's clMath libraries. Its README describes a full BLAS level 1, 2, and 3 implementation that generates and enqueues optimized OpenCL kernels while leaving OpenCL state management under user control.
The repository changelog carries AMD copyright from 2013 and records version 1.0 as the initial release, initially Linux64-only. Version 1.10 in April 2013 expanded level-1 coverage and tested against AMD APP SDK and runtime driver versions.
The modern README says the repository houses the OpenCL BLAS portion of clMath and that APPML 1.12 was the current generally available pre-packaged binary release for Linux and Windows. A January 2017 update note identifies v2.12 as a bugfix rollup from the develop branch.
clBLAS became a packaged OpenCL numerical library for developers targeting heterogeneous computing before vendor-neutral GPU math stacks consolidated. The batch metadata lists Homebrew, MacPorts, Nix, Ubuntu, and openSUSE packaging, with related client/development package names.
Its upstream release train appears to have slowed after the 2.12 bugfix rollup, but the package remains historically important as one of the recognizable OpenCL BLAS implementations available through Unix package managers.
Developers use clBLAS by creating OpenCL contexts, queues, and buffers, calling clblasSetup, invoking BLAS routines such as clblasSgemm, waiting for events, reading buffers, and finally calling clblasTeardown. The README example shows this explicit OpenCL-buffer style.
clBLAS matters to package nerds because it packages GPU math as a shared library plus tooling in a way that depends on OpenCL ICDs, driver quality, CPU/GPU device behavior, and architecture-specific correctness. Its changelog is full of driver, GPU-family, and routine-specific caveats, the kind of details that make numerical GPU libraries unusually packaging-sensitive.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
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 |
|---|---|---|---|
clBLAS-tune | 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/clMathLibraries/clBLAS
install metadata
| Package key | brew:clblas |
|---|---|
| Version | 2.12 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/clblas |
| Homepage | https://github.com/clMathLibraries/clBLAS |
| Repository | https://github.com/clMathLibraries/clBLAS |
| Upstream docs | https://clmathlibraries.github.io/clBLAS |
| License | Apache-2.0 |
| Source archive | https://github.com/clMathLibraries/clBLAS/archive/refs/tags/v2.12.tar.gz |
| Build dependencies | boost, cmake |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | clblas |
| Version Scheme | 0 |
| Revision | 1 |
| 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.
clblas
nix profile install nixpkgs#clblasclblas-client 2.12-4.1ubuntu2
client program for clBLAS
https://github.com/clMathLibraries/clBLAS
sudo apt install clblas-clientlibclblas-dev 2.12-4.1ubuntu2
development files for clBLAS
https://github.com/clMathLibraries/clBLAS
sudo apt install libclblas-devlibclblas-doc 2.12-4.1ubuntu2
documentation for clBLAS
https://github.com/clMathLibraries/clBLAS
sudo apt install libclblas-doclibclblas2t64 2.12-4.1ubuntu2
OpenCL BLAS library
https://github.com/clMathLibraries/clBLAS
sudo apt install libclblas2t64clBLAS-devel 2.12+git.20170323.cf91139-3.3
Headers and devel files for clBLAS - a BLAS library for OpenCL
https://github.com/clMathLibraries/clBLAS
sudo zypper install clBLAS-devellibclBLAS2 2.12+git.20170323.cf91139-3.3
Shared library for clBLAS - a BLAS library for OpenCL
https://github.com/clMathLibraries/clBLAS
sudo zypper install libclBLAS2clblas
sudo port install clblassource 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.