Automic VaultAutomic Vault

brew

clblast を Homebrew, apt, dnf, MacPorts, Nix, pacman でインストール

clblast のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install clblast

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install clblast

MacPorts ports tree · math/clblast/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install clblast-tests

Debian stable package indexes · clblast-tests · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install clblast

Fedora Rawhide package metadata · clblast · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#clblast

nixpkgs package indexes · pkgs/by-name/cl/clblast/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S clblast

Arch Linux sync databases · clblast · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Tuned OpenCL BLAS library

コマンドとエイリアス

  • clblast_tuner_copy_fast
  • clblast_tuner_copy_pad
  • clblast_tuner_invert
  • clblast_tuner_routine_xgemm
  • clblast_tuner_routine_xtrsv
  • clblast_tuner_transpose_fast
  • clblast_tuner_transpose_pad
  • clblast_tuner_xaxpy
  • clblast_tuner_xconvgemm
  • clblast_tuner_xdot
  • clblast_tuner_xgemm
  • clblast_tuner_xgemm_direct
  • clblast_tuner_xgemv
  • clblast_tuner_xger

履歴

プロジェクトの歴史と使われ方

CLBlast is a lightweight, tunable OpenCL BLAS library written in C++11. Its README frames it as an alternative to clBLAS and cuBLAS for users who want vendor-neutral OpenCL support, inspectable kernels, device-specific tuning, and support for a wide range of GPUs, CPUs, embedded GPUs, and accelerators.

プロジェクトの歴史

The changelog starts with version 0.1.0 as the initial preview release on GitHub, supporting a small set of level-1 and level-3 routines. Later pre-1.0 releases added broader BLAS coverage, a C API, Travis CI, MSVC support, thread safety, testing against clBLAS and CPU BLAS libraries, and tuned device parameters.

CLBlast reached 1.0.0 after adding correctness fixes, Mesa Clover and ROCm support, external performance reports, and more tuned parameters. The README cites a 2017 GTC presentation, an IWOCL 2018 presentation, and the paper 'CLBlast: A Tuned OpenCL BLAS Library' as deeper background.

採用の歴史

The upstream changelog says version 1.4.0 added Ubuntu PPA and macOS Homebrew package-manager availability, and the batch metadata lists Homebrew, Debian, Fedora, MacPorts, Nix, Arch, and Ubuntu package names. Adoption was driven by users needing a tunable OpenCL BLAS on devices not well served by fixed vendor libraries.

The README asks users with poor out-of-the-box performance to run tuners and contribute results, which made the project partly a packaged library and partly a community database of device-specific OpenCL tuning.

使われ方

CLBlast users compile the library with CMake, include either clblast.h or clblast_c.h, pass OpenCL buffers to routines, and optionally build samples, benchmarks, tests, and tuners. The API is intentionally close to Netlib BLAS and cuBLAS/clBLAS conventions while avoiding a library initialization step.

パッケージ好きにとっての重要性

CLBlast is package-nerd bait because it combines portable C++ packaging, OpenCL ICD dependencies, optional CUDA backend support, Python bindings, tuners, samples, benchmarks, and a built-in tuning database. It also offers a clean contrast with clBLAS: same problem domain, but newer, more tunable, and more explicit about cross-vendor device coverage.

タイムライン

  • 2017: CLBlast is presented at NVIDIA GTC and the first arXiv version of the CLBlast paper appears.
  • 2018: CLBlast is presented at IWOCL and the paper is published as 'CLBlast: A Tuned OpenCL BLAS Library'.
  • 1.0.0: The project reaches a stable major release with ROCm/Mesa support and external performance reports.
  • 1.4.0: Ubuntu PPA and macOS Homebrew packaging are added upstream.
  • 1.7.0: Parallel kernel compilation for faster tuning and CMake 4.0 compatibility are added.

Related projects

  • clBLAS is the older OpenCL BLAS library that CLBlast explicitly compares against and offers migration-compatible APIs for.
  • cuBLAS is the NVIDIA CUDA BLAS library used as a contrast in the README.
  • CLTune inspired the included auto-tuner according to the README's paper references.
  • Netlib BLAS provides the routine model, while OpenCL provides the device API.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
clblast_tuner_copy_fastcliグローバル実行可能ファイル
clblast_tuner_copy_padcliグローバル実行可能ファイル
clblast_tuner_invertcliグローバル実行可能ファイル
clblast_tuner_routine_xgemmcliグローバル実行可能ファイル
clblast_tuner_routine_xtrsvcliグローバル実行可能ファイル
clblast_tuner_transpose_fastcliグローバル実行可能ファイル
clblast_tuner_transpose_padcliグローバル実行可能ファイル
clblast_tuner_xaxpycliグローバル実行可能ファイル
clblast_tuner_xconvgemmcliグローバル実行可能ファイル
clblast_tuner_xdotcliグローバル実行可能ファイル
clblast_tuner_xgemmcliグローバル実行可能ファイル
clblast_tuner_xgemm_directcliグローバル実行可能ファイル
clblast_tuner_xgemvcliグローバル実行可能ファイル
clblast_tuner_xgercliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版1.7.0
マネージャ更新日
ローカルデータOK
上流最新
検出された最新1.7.0

https://github.com/CNugteren/CLBlast

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:clblast
バージョン1.7.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/clblast
ホームページhttps://github.com/CNugteren/CLBlast
リポジトリhttps://github.com/CNugteren/CLBlast
上流ドキュメントhttps://cnugteren.github.io/clblast/clblast.html
ライセンスApache-2.0
ソースアーカイブhttps://github.com/CNugteren/CLBlast/archive/refs/tags/1.7.0.tar.gz
ビルド依存関係cmake
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameclblast
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

clblast-tests 1.6.3-1+b1

Tests for CLBlast

https://cnugteren.github.io/clblast/clblast.html

sudo apt install clblast-tests
  • Section: math
  • Architecture: amd64
  • Source Package: clblast
  • 8 依存関係
  • normalized package name match
  • 一致条件: Clblast
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clblast-tests from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

clblast-utils 1.6.3-1+b1

Utilities for CLBlast

https://cnugteren.github.io/clblast/clblast.html

sudo apt install clblast-utils
  • Section: math
  • Architecture: amd64
  • Source Package: clblast
  • 6 依存関係
  • normalized package name match
  • 一致条件: Clblast
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clblast-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libclblast-dev 1.6.3-1+b1

Tuned OpenCL BLAS library (development files)

https://cnugteren.github.io/clblast/clblast.html

sudo apt install libclblast-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: clblast
  • 3 依存関係
  • normalized package name match
  • 一致条件: Clblast
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libclblast-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libclblast1 1.6.3-1+b1

Tuned OpenCL BLAS library

https://cnugteren.github.io/clblast/clblast.html

sudo apt install libclblast1
  • Section: libs
  • Architecture: amd64
  • Source Package: clblast
  • 5 依存関係
  • normalized package name match
  • 一致条件: Clblast
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libclblast1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

clblast

nix profile install nixpkgs#clblast
  • normalized package name match
  • 一致条件: Clblast
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/cl/clblast/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

clblast-tests 1.6.2-1

Tests for CLBlast

https://cnugteren.github.io/clblast/clblast.html

sudo apt install clblast-tests
  • Section: universe/math
  • Architecture: amd64
  • Source Package: clblast
  • 8 依存関係
  • normalized package name match
  • 一致条件: Clblast
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: clblast-tests from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

clblast-utils 1.6.2-1

Utilities for CLBlast

https://cnugteren.github.io/clblast/clblast.html

sudo apt install clblast-utils
  • Section: universe/math
  • Architecture: amd64
  • Source Package: clblast
  • 6 依存関係
  • normalized package name match
  • 一致条件: Clblast
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: clblast-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libclblast-dev 1.6.2-1

Tuned OpenCL BLAS library (development files)

https://cnugteren.github.io/clblast/clblast.html

sudo apt install libclblast-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: clblast
  • 3 依存関係
  • normalized package name match
  • 一致条件: Clblast
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libclblast-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libclblast1 1.6.2-1

Tuned OpenCL BLAS library

https://cnugteren.github.io/clblast/clblast.html

sudo apt install libclblast1
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: clblast
  • 5 依存関係
  • normalized package name match
  • 一致条件: Clblast
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libclblast1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

clblast 1.6.3-8.fc44

Tuned OpenCL BLAS routines

https://cnugteren.github.io/clblast/clblast.html

sudo dnf install clblast
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: i686
  • Source Package: clblast
  • 5 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Clblast
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clblast from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clblast-clients 1.6.3-8.fc44

Clients for clblast

https://cnugteren.github.io/clblast/clblast.html

sudo dnf install clblast-clients
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: clblast
  • 8 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Clblast
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clblast-clients from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clblast-devel 1.6.3-8.fc44

Headers and libraries for CLBlast

https://cnugteren.github.io/clblast/clblast.html

sudo dnf install clblast-devel
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: i686
  • Source Package: clblast
  • 5 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Clblast
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clblast-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clblast-tuners 1.6.3-8.fc44

Tuners for clblast

https://cnugteren.github.io/clblast/clblast.html

sudo dnf install clblast-tuners
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: clblast
  • 7 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Clblast
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clblast-tuners from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

clblast 1.7.0-1

Tuned OpenCL BLAS library

https://github.com/CNugteren/CLBlast

sudo pacman -S clblast
  • License: Apache-2.0
  • Architecture: x86_64
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Clblast
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: clblast from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

clblast

sudo port install clblast
  • normalized package name match
  • 一致条件: Clblast
MacPorts ports tree · api.github.com · MacPorts ports tree: math/clblast/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment