oclgrind 21.10-2 source package in Ubuntu

Changelog

oclgrind (21.10-2) unstable; urgency=medium

  * Add salsa-ci.yml.
  * Switch from obsolete CL_EXT_* to CL_API_* macros.  (Closes: #1022306)

 -- Andreas Beckmann <email address hidden>  Sun, 23 Oct 2022 23:18:45 +0200

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_21.10-2.dsc 2.2 KiB 4037dfff7477af97790ca6ebdcdfef8db4fd9b25086b497d656934b90bd054f3
oclgrind_21.10.orig.tar.gz 214.7 KiB b40ea81fcf64e9012d63c3128640fde9785ef4f304f9f876f53496595b8e62cc
oclgrind_21.10-2.debian.tar.xz 7.8 KiB 992614bc30acb1d5f01d389889ef0967e576e3a7f855730ce90b8677d90ccdc7

No changes file available.

Binary packages built by this source

liboclgrind-21.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-21.10-dbgsym: debug symbols for liboclgrind-21.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