macOS
brew install opencl-icd-loaderlocal Homebrew formula metadata
brew
opencl-icd-loader のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install opencl-icd-loaderlocal Homebrew formula metadata
sudo apk add opencl-icd-loaderAlpine Linux edge package indexes · opencl-icd-loader · ソース: dl-cdn.alpinelinux.org
sudo dnf install OpenCL-ICD-LoaderFedora Rawhide package metadata · OpenCL-ICD-Loader · ソース: dl.fedoraproject.org
sudo pacman -S ocl-icdArch Linux sync databases · ocl-icd · ソース: geo.mirror.pkgbuild.com
概要
OpenCL Installable Client Driver (ICD) Loader
ローカルパッケージデータベースに実行可能エイリアスは見つかりませんでした。
履歴
OpenCL ICD Loader is the Khronos official loader library that exports OpenCL API entry points, enumerates installed OpenCL implementations, and dispatches calls to vendor Installable Client Drivers.
The need for an ICD loader came from OpenCL's multi-vendor model: a single system may have OpenCL implementations from CPU, GPU, FPGA, or accelerator vendors. Khronos announced the OpenCL Installable Client Driver loader in 2012, describing it as the library that lets applications choose among installed platforms and dispatch calls to the underlying implementation.
The Khronos GitHub repository packages that mechanism as source code and tests for the official OpenCL ICD Loader. The README is careful about scope: the loader is not an OpenCL implementation, so users must install at least one vendor ICD supporting the `cl_khr_icd` extension.
The `cl_khr_icd` extension specification describes the ICD Loader as a demultiplexor that exposes platform IDs from multiple vendor implementations to applications linked against the loader. That role made `libOpenCL.so`/OpenCL loader packages a standard dependency for portable OpenCL applications on systems where the actual compute runtime comes from a separate vendor package.
Package managers often split the OpenCL ecosystem into headers, the ICD loader, and vendor runtimes. That split lets a program build and link once while the user's machine decides at runtime whether Intel, AMD, NVIDIA, POCL, FPGA, or other OpenCL providers are available.
Developers link applications against the ICD loader instead of a specific vendor OpenCL library. At runtime the loader enumerates vendor ICDs, exposes OpenCL entry points, and routes calls to the implementation associated with the platform, context, queue, memory object, or other ICD-compatible object.
Operators and developers use the package to make OpenCL discovery work in heterogeneous installations. The Homebrew package also installs `cllayerinfo`, a Khronos diagnostic tool for inspecting OpenCL layers and loader behavior.
This is a tiny-looking package with a huge dependency-graph job. Without an ICD loader, every OpenCL consumer would have to choose a vendor implementation at link time or ship awkward runtime glue. With it, distributions can package OpenCL like Vulkan and OpenGL loader stacks: neutral loader first, vendor implementations separately.
It is especially important in reproducible build and CI images because installing headers and the loader is enough to compile and link many OpenCL applications even when no GPU runtime is present. Runtime capability remains a deployment concern.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
| 実行可能ファイルのデータはありません。 | |||
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/KhronosGroup/OpenCL-ICD-Loader
インストールメタデータ
| パッケージキー | brew:opencl-icd-loader |
|---|---|
| バージョン | 2026.05.29 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/opencl-icd-loader |
| ホームページ | https://www.khronos.org/registry/OpenCL/ |
| リポジトリ | https://github.com/KhronosGroup/OpenCL-ICD-Loader |
| 上流ドキュメント | https://github.com/KhronosGroup/OpenCL-ICD-Loader#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/KhronosGroup/OpenCL-ICD-Loader/archive/refs/tags/v2026.05.29.tar.gz |
| 最終更新 | 2026-06-25T13:37:58+02:00 |
| Pulse | updated |
| ビルド依存関係 | cmake, opencl-headers |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | The default vendors directory is $HOMEBREW_PREFIX/etc/OpenCL/vendors |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | opencl-icd-loader |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
cllayerinfo 2.3.3-r0
Generic OpenCL ICD Loader
https://github.com/OCL-dev/ocl-icd
sudo apk add cllayerinfoopencl-icd-loader 2.3.3-r0
Generic OpenCL ICD Loader
https://github.com/OCL-dev/ocl-icd
sudo apk add opencl-icd-loaderopencl-icd-loader-dev 2.3.3-r0
Generic OpenCL ICD Loader (development files)
https://github.com/OCL-dev/ocl-icd
sudo apk add opencl-icd-loader-devopencl-icd-loader-doc 2.3.3-r0
Generic OpenCL ICD Loader (documentation)
https://github.com/OCL-dev/ocl-icd
sudo apk add opencl-icd-loader-docOpenCL-ICD-Loader 3.0.6-7.20250722gitad770a1.fc44
Khronos official OpenCL ICD Loader
https://github.com/KhronosGroup/OpenCL-ICD-Loader
sudo dnf install OpenCL-ICD-LoaderOpenCL-ICD-Loader-devel 3.0.6-7.20250722gitad770a1.fc44
Development files for Khronos official OpenCL ICD Loader
https://github.com/KhronosGroup/OpenCL-ICD-Loader
sudo dnf install OpenCL-ICD-Loader-develocl-icd 2.3.4-1
OpenCL ICD Bindings
https://github.com/OCL-dev/ocl-icd
sudo pacman -S ocl-icdソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.