cub 2.0.1-2 source package in Ubuntu

Changelog

cub (2.0.1-2) unstable; urgency=medium

  * Add Depends: libcu++-dev (>= 1.8.0).
  * Fix autopkgtests with older nvcc.
  * Upload to unstable.

 -- Andreas Beckmann <email address hidden>  Thu, 15 Jun 2023 09:50:17 +0200

Upload details

Uploaded by:
Debian NVIDIA Maintainers
Uploaded to:
Sid
Original maintainer:
Debian NVIDIA Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cub_2.0.1-2.dsc 2.0 KiB e94a7b661964d827dd3d9cb86ba8cde7485ecd6da5b80e970baf7d36e131807e
cub_2.0.1.orig.tar.gz 539.9 KiB beeef0962c87eca994db06cb9e9168a71c63fb369398a5b5f1db923140814701
cub_2.0.1-2.debian.tar.xz 5.5 KiB 9c15a784053c61dc3549ecb9da2a55efac6fd738f89f63e5fb515a93926047d7

Available diffs

No changes file available.

Binary packages built by this source

libcub-dev: reusable software components for the CUDA programming model

 CUB provides state-of-the-art, reusable software components for every layer
 of the CUDA programming model:
 * Parallel primitives
   * Warp-wide "collective" primitives
   * Block-wide "collective" primitives
   * Device-wide primitives
 * Utilities
   * Fancy iterators
   * Thread and thread block I/O
   * PTX intrinsics
   * Device, kernel, and storage management