cub 1.15.0-2 source package in Ubuntu

Changelog

cub (1.15.0-2) unstable; urgency=medium

  * Use upstream build system for installation.
  * Add superficial autopkgtest for cmake find_package(CUB).
  * Add superficial autopkgtest compiling the upstream testsuite for C++-14
    and C++17 (requires nvidia-cuda-toolkit/non-free).
    (Running the testsuite would require a CUDA capable CPU and using the
    kernel module from nvidia-graphics-drivers/non-free.)
    Currently this only works with g++-10 while g++-11 fails with spurious
    errors.

 -- Andreas Beckmann <email address hidden>  Wed, 23 Feb 2022 10:54:36 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cub_1.15.0-2.dsc 2.0 KiB fb8449015058015919409eade563020857686538674a3f4daaeecd7e3044cc18
cub_1.15.0.orig.tar.gz 530.1 KiB 1781ee5eb7f00acfee5bff88e3acfc67378f6b3c24281335e18ae19e1f2ff685
cub_1.15.0-2.debian.tar.xz 3.1 KiB 3a63586d043652bc28c939ec4d2d6f52f2335c3ee2cb615f2e7ad63acc87221e

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