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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: oclgrind
Section: devel
Priority: optional
Maintainer: Debian OpenCL Maintainers <pkg-opencl-devel@lists.alioth.debian.org>
Uploaders:
James Price <jamesprice.dev@gmail.com>,
Andreas Beckmann <anbe@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-exec,
cmake,
llvm-9-dev,
libclang-9-dev,
clang-9,
libedit-dev,
zlib1g-dev,
libreadline-dev,
opencl-c-headers,
python3,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/jrprice/Oclgrind
Vcs-Browser: https://salsa.debian.org/opencl-team/oclgrind
Vcs-Git: https://salsa.debian.org/opencl-team/oclgrind.git
Package: liboclgrind-19.10
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, libclang-common-${llvm:Version}-dev, ${misc:Depends}
Description: core library for Oclgrind
Oclgrind is an extensible OpenCL device simulator that provides a
plugin interface to facilitate the creation of tools to aid analysis
and development of OpenCL programs. Among the tools that Oclgrind
provides are various debugging aids, such as out-of-bounds memory
access checking, data-race detection, and an interactive debugger.
.
This package provides the core library for Oclgrind, implementing the
simulator, plugin interface, and providing several built-in plugins.
Package: liboclgrind-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends}, liboclgrind-19.10 (= ${binary:Version})
Description: development files for Oclgrind
Oclgrind is an extensible OpenCL device simulator that provides a
plugin interface to facilitate the creation of tools to aid analysis
and development of OpenCL programs. Among the tools that Oclgrind
provides are various debugging aids, such as out-of-bounds memory
access checking, data-race detection, and an interactive debugger.
.
This package provides the development headers and libraries used for
creating new Oclgrind plugins.
Package: oclgrind
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, liboclgrind-19.10
Description: OpenCL device simulator
Oclgrind is an extensible OpenCL device simulator that provides a
plugin interface to facilitate the creation of tools to aid analysis
and development of OpenCL programs. Among the tools that Oclgrind
provides are various debugging aids, such as out-of-bounds memory
access checking, data-race detection, and an interactive debugger.
.
Oclgrind implements the OpenCL 1.2 runtime API, which makes
simulating an existing OpenCL program very straightforward - simply
prefix your usual application command-line with 'oclgrind'. There is
also a simple interface for simulating individual kernels in
isolation via the 'oclgrind-kernel' command.
|