Automic VaultAutomic Vault

brew

opencl-icd-loader mit Homebrew, apk, dnf, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für opencl-icd-loader in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install opencl-icd-loader

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add opencl-icd-loader

Alpine Linux edge package indexes · opencl-icd-loader · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install OpenCL-ICD-Loader

Fedora Rawhide package metadata · OpenCL-ICD-Loader · Quelle: dl.fedoraproject.org

Arch Linux pacmanverifiziert · 92%
sudo pacman -S ocl-icd

Arch Linux sync databases · ocl-icd · Quelle: geo.mirror.pkgbuild.com

Überblick

Paketzusammenfassung

OpenCL Installable Client Driver (ICD) Loader

Befehle und Aliase

In der lokalen Paketdatenbank wurden keine Executable-Aliase gefunden.

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Sicherheitslage

Risikostufe: blue

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

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

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

Signale

  • text:client

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 2 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
Es waren keine Executable-Daten vorhanden.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version2026.05.29
Manager aktualisiert2026-06-25
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv2026.05.29

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

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:opencl-icd-loader
Version2026.05.29
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/opencl-icd-loader
Homepagehttps://www.khronos.org/registry/OpenCL/
Repositoryhttps://github.com/KhronosGroup/OpenCL-ICD-Loader
Upstream-Dokumentationhttps://github.com/KhronosGroup/OpenCL-ICD-Loader#readme
LizenzApache-2.0
Quellarchivhttps://github.com/KhronosGroup/OpenCL-ICD-Loader/archive/refs/tags/v2026.05.29.tar.gz
Zuletzt aktualisiert2026-06-25T13:37:58+02:00
Pulseupdated
Build-Abhängigkeitencmake, opencl-headers
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert
EinschränkungenThe default vendors directory is $HOMEBREW_PREFIX/etc/OpenCL/vendors

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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