1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: clinfo
Section: admin
Priority: optional
Maintainer: Debian OpenCL Maintainers <pkg-opencl-devel@lists.alioth.debian.org>
Uploaders:
Andreas Beckmann <anbe@debian.org>,
Build-Depends:
debhelper-compat (= 13),
ocl-icd-opencl-dev | opencl-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/Oblomov/clinfo
Vcs-Browser: https://salsa.debian.org/opencl-team/clinfo
Vcs-Git: https://salsa.debian.org/opencl-team/clinfo.git
Package: clinfo
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts:
clinfo,
amd-clinfo,
fglrx-updates-core,
Replaces:
clinfo,
amd-clinfo,
fglrx-updates-core,
Provides:
clinfo,
Description: Query OpenCL system information
OpenCL (Open Computing Language) is a multivendor open standard for
general-purpose parallel programming of heterogeneous systems that include
CPUs, GPUs and other processors.
.
This package contains a tool that queries the capabilities of the available
OpenCL drivers.
|