macOS
brew install ocl-icdlocal Homebrew formula metadata
brew / rang 7568
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ocl-icd pour les workflows d'agents IA.
installation
brew install ocl-icdlocal Homebrew formula metadata
sudo dnf install ocl-icdFedora Rawhide package metadata · ocl-icd · Source: dl.fedoraproject.org
nix profile install nixpkgs#ocl-icdnixpkgs package indexes · pkgs/by-name/oc/ocl-icd/package.nix · Source: api.github.com
sudo pacman -S ocl-icdArch Linux sync databases · ocl-icd · Source: geo.mirror.pkgbuild.com
sudo apt install ocl-icd-devDebian stable package indexes · ocl-icd-dev · Source: deb.debian.org
sudo zypper install libOpenCL1openSUSE Tumbleweed package metadata · libOpenCL1 · Source: download.opensuse.org
aperçu
OpenCL ICD loader
Aucun alias exécutable n'a été trouvé dans la base locale des paquets.
historique
ocl-icd is a free OpenCL Installable Client Driver loader. Its job is not to implement OpenCL computation itself, but to expose OpenCL entry points, discover vendor implementations, and dispatch calls to the correct implementation.
The OCL-dev README describes ocl-icd as an open source alternative to vendor-specific OpenCL ICD loaders. The project was built around a practical reverse-engineering and compatibility problem: the order of function pointers inside loader dispatch tables was not publicly available for all cases, so ocl-icd maintains a YAML database of known and guessed entries.
The project also ships a skeleton of bindings that OpenCL implementations can incorporate to add ICD functionality. Its `update-database` flow can install a dummy OpenCL implementation and probe another loader to discover new dispatch entries, reflecting the messy reality of keeping an independent loader compatible with a moving GPU API surface.
Khronos' official OpenCL ICD Loader documentation describes the same general ICD mechanism: applications link against a loader, and the loader enumerates OpenCL implementations and forwards API calls. ocl-icd is the long-running third-party implementation that many Unix-like distributions packaged before or alongside the Khronos-maintained loader.
ocl-icd is packaged across Linux and Unix-like ecosystems because OpenCL applications need a `libOpenCL.so` provider even when the actual compute implementation comes from a GPU vendor or portable implementation such as POCL. The Debian package page for `ocl-icd-opencl-dev` describes it as providing OpenCL development files and ensuring the ocl-icd loader is installed.
Homebrew packages ocl-icd as keg-only on macOS because macOS provides OpenCL.framework, and the formula conflicts with `opencl-icd-loader` because both install `lib/libOpenCL.so`. The formula API generated on 2026-07-01 lists 202 installs over 365 days, which is small direct Homebrew usage but consistent with a low-level compatibility library that is often pulled through dependencies.
Users and packagers install ocl-icd so OpenCL applications can link against one loader while individual vendor drivers are registered through `.icd` files, commonly under `/etc/OpenCL/vendors` or the Homebrew prefix's `etc/OpenCL/vendors` directory.
The tool and library matter most in build farms, Linux desktop/GPU stacks, scientific software, and package-manager dependency graphs, where code should not have to link directly to a single vendor's OpenCL runtime.
ocl-icd is package-nerd infrastructure: it is a small library whose metadata has outsized consequences for GPU software resolution, conflicts, keg-only status, and virtual-provider behavior. Its formula caveats and conflicts explain why package managers must model OpenCL loaders carefully instead of treating them as ordinary leaf packages.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour ocl-icd. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/OpenCL/vendors/*.icdexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
| Aucune donnée d'exécutable n'était présente. | |||
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/OCL-dev/ocl-icd
métadonnées d'installation
| Clé du paquet | brew:ocl-icd |
|---|---|
| Version | 2.3.5 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/ocl-icd |
| Page d'accueil | https://github.com/OCL-dev/ocl-icd/ |
| Dépôt | https://github.com/OCL-dev/ocl-icd |
| Docs amont | https://github.com/OCL-dev/ocl-icd/ |
| Licence | BSD-2-Clause |
| Archive source | https://github.com/OCL-dev/ocl-icd/archive/refs/tags/v2.3.5.tar.gz |
| Dernière mise à jour | 2026-06-25T13:37:58+02:00 |
| Pulse | updated |
| Dépendances de compilation | asciidoc, autoconf, automake, libtool, opencl-headers, xmlto |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
| Précautions | The default vendors directory is $HOMEBREW_PREFIX/etc/OpenCL/vendors |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ocl-icd |
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
ocl-icd-dev 2.3.3-1
Development files to build an OpenCL ICD
https://github.com/OCL-dev/ocl-icd
sudo apt install ocl-icd-devocl-icd-libopencl1 2.3.3-1
Generic OpenCL ICD Loader
https://github.com/OCL-dev/ocl-icd
sudo apt install ocl-icd-libopencl1ocl-icd-opencl-dev 2.3.3-1
OpenCL development files
https://github.com/OCL-dev/ocl-icd
sudo apt install ocl-icd-opencl-devocl-icd
nix profile install nixpkgs#ocl-icdocl-icd-dev 2.3.2-1build1
Development files to build an OpenCL ICD
https://github.com/OCL-dev/ocl-icd
sudo apt install ocl-icd-devocl-icd-libopencl1 2.3.2-1build1
Generic OpenCL ICD Loader
https://github.com/OCL-dev/ocl-icd
sudo apt install ocl-icd-libopencl1ocl-icd-opencl-dev 2.3.2-1build1
OpenCL development files
https://github.com/OCL-dev/ocl-icd
sudo apt install ocl-icd-opencl-devocl-icd 2.3.5-1.fc45
OpenCL Library (Installable Client Library) Bindings
https://github.com/OCL-dev/ocl-icd/
sudo dnf install ocl-icdocl-icd-devel 2.3.5-1.fc45
OpenCL Library Development files
https://github.com/OCL-dev/ocl-icd/
sudo dnf install ocl-icd-develocl-icd 2.3.5-1
OpenCL ICD Bindings
https://github.com/OCL-dev/ocl-icd
sudo pacman -S ocl-icdlibOpenCL1 2.3.4-1.6
OpenCL ICD Bindings
https://github.com/OCL-dev/ocl-icd
sudo zypper install libOpenCL1libOpenCL1-32bit 2.3.4-1.6
OpenCL ICD Bindings
https://github.com/OCL-dev/ocl-icd
sudo zypper install libOpenCL1-32bitocl-icd-devel 2.3.4-1.6
Development files of ocl-icd
https://github.com/OCL-dev/ocl-icd
sudo zypper install ocl-icd-develocl-icd-devel-32bit 2.3.4-1.6
Development files of ocl-icd
https://github.com/OCL-dev/ocl-icd
sudo zypper install ocl-icd-devel-32bitpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.