Automic VaultAutomic Vault

brew

Installer opencl-icd-loader avec Homebrew, apk, dnf, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de opencl-icd-loader pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install opencl-icd-loader

local Homebrew formula metadata

aperçu

Résumé du paquet

OpenCL Installable Client Driver (ICD) Loader

Commandes et alias

Aucun alias exécutable n'a été trouvé dans la base locale des paquets.

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 2012: Khronos published news for the OpenCL Installable Client Driver loader and source availability.
  • OpenCL extension era: `cl_khr_icd` defined the mechanism for multiple vendor ICDs behind one loader.
  • GitHub era: KhronosGroup/OpenCL-ICD-Loader became the canonical source repository and test location for the official loader.

Related projects

  • Related projects include OpenCL-Headers, OpenCL-CLHPP, OpenCL-SDK, vendor OpenCL runtimes, POCL, and higher-level compute stacks such as SYCL implementations that rely on OpenCL platforms on some systems.

posture de sécurité

Niveau de risque : blue

broad file, network, media, or database tool signal.

Classificateur de risque

risque blue · confiance moyen · tool

Pourquoi

  • broad file, network, media, or database tool signal

Signaux

  • text:client

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • Les métadonnées de compilation listent 2 dépendances de compilation.

Revue recommandée

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.

exécutables

Exécutables installés

CommandeTypeExpositionNote
Aucune donnée d'exécutable n'était présente.

fraîcheur

Version et 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.

page générée2026-07-10
version du gestionnaire2026.05.29
gestionnaire mis à jour2026-06-25
données localesOK
amontà jour
dernière version détectéev2026.05.29

https://github.com/KhronosGroup/OpenCL-ICD-Loader

  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:opencl-icd-loader
Version2026.05.29
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/opencl-icd-loader
Page d'accueilhttps://www.khronos.org/registry/OpenCL/
Dépôthttps://github.com/KhronosGroup/OpenCL-ICD-Loader
Docs amonthttps://github.com/KhronosGroup/OpenCL-ICD-Loader#readme
LicenceApache-2.0
Archive sourcehttps://github.com/KhronosGroup/OpenCL-ICD-Loader/archive/refs/tags/v2026.05.29.tar.gz
Dernière mise à jour2026-06-25T13:37:58+02:00
Pulseupdated
Dépendances de compilationcmake, opencl-headers
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré
PrécautionsThe default vendors directory is $HOMEBREW_PREFIX/etc/OpenCL/vendors

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameopencl-icd-loader
Version Scheme0
Revision0
Head VersionHEAD
Conflicts With
  • ocl-icd
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

apk95%

cllayerinfo 2.3.3-r0

Generic OpenCL ICD Loader

https://github.com/OCL-dev/ocl-icd

sudo apk add cllayerinfo
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: opencl-icd-loader
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Opencl Icd Loader
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: cllayerinfo from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

opencl-icd-loader 2.3.3-r0

Generic OpenCL ICD Loader

https://github.com/OCL-dev/ocl-icd

sudo apk add opencl-icd-loader
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: opencl-icd-loader
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Opencl Icd Loader
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: opencl-icd-loader from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

opencl-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-dev
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: opencl-icd-loader
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Opencl Icd Loader
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: opencl-icd-loader-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

opencl-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-doc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: opencl-icd-loader
  • normalized package name match
  • Correspondance par : Opencl Icd Loader
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: opencl-icd-loader-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

OpenCL-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-Loader
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: i686
  • Source Package: OpenCL-ICD-Loader
  • 2 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Opencl Icd Loader
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: OpenCL-ICD-Loader from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

OpenCL-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-devel
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: i686
  • Source Package: OpenCL-ICD-Loader
  • 7 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Opencl Icd Loader
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: OpenCL-ICD-Loader-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

ocl-icd 2.3.4-1

OpenCL ICD Bindings

https://github.com/OCL-dev/ocl-icd

sudo pacman -S ocl-icd
  • License: BSD-2-Clause
  • Architecture: x86_64
  • 1 Dépendances
  • 1 fournit
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Opencl Icd Loader
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ocl-icd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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