oclgrind 19.10-1 source package in Ubuntu

Changelog

oclgrind (19.10-1) unstable; urgency=medium

  [ James Price ]
  * New upstream release
  * Refresh patches, drop those applied upstream
  * Bump Standards-Version to 4.4.1. No changes needed.
  * Switch to LLVM/Clang 8
  * Use Python 3 (Closes: #943197)

  [ Andreas Beckmann ]
  * Set Rules-Requires-Root: no.

 -- James Price <email address hidden>  Mon, 25 Nov 2019 01:04:06 +0000

Upload details

Uploaded by:
Debian OpenCL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OpenCL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
oclgrind_19.10-1.dsc 2.2 KiB ae20eff3e79724f7a320d35fccd1e580f902d218abf3aee01738cd9346e746ab
oclgrind_19.10.orig.tar.gz 193.6 KiB f9a8f22cb9f6d88670f2578c46ba0d728ba8eaee5c481c2811129dc157c43dc0
oclgrind_19.10-1.debian.tar.xz 7.3 KiB e41ed9312c54b6f8972558c8876554e6d83eedb5f166c78a1206396f4de75432

Available diffs

No changes file available.

Binary packages built by this source

liboclgrind-19.10: 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.

liboclgrind-19.10-dbgsym: debug symbols for liboclgrind-19.10
liboclgrind-dev: 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.

oclgrind: 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.

oclgrind-dbgsym: debug symbols for oclgrind