libthrust 1.15.0-1 source package in Ubuntu
Changelog
libthrust (1.15.0-1) unstable; urgency=medium * New upstream release 1.15.0 (CUDA 11.6). * Recommend libtbb-dev. * Tighten cub dependency. (Closes: #1006226) * Use upstream build system for installation. * Add superficial autopkgtest for cmake find_package(Thrust). * Add superficial autopkgtest running (CPP, TBB, OMP) or compiling (CUDA) the upstream testsuite for C++-14 and C++17 (requires nvidia-cuda-toolkit/non-free). (Running the CUDA testsuite would require a CUDA capable CPU and using the kernel module from nvidia-graphics-drivers/non-free.) -- Andreas Beckmann <email address hidden> Tue, 01 Mar 2022 20:51:54 +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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libthrust_1.15.0-1.dsc | 2.0 KiB | a97dd9dc20f08610ee2a1084d65f2827360ab744921145c91b79b73b81a502a9 |
libthrust_1.15.0.orig.tar.gz | 957.1 KiB | 0eeaf5a77cd7cb143f3443bd96b215ae1c4eacf18a712762e6a5c85213f80cc2 |
libthrust_1.15.0-1.debian.tar.xz | 6.4 KiB | 1b4684c12594b143d76003f0164c3092a2877830e4d107293523b4648590b03f |
Available diffs
- diff from 1.14.0-1 to 1.15.0-1 (10.7 KiB)
No changes file available.
Binary packages built by this source
- libthrust-dev: Thrust - Parallel Algorithms Library
Thrust is a parallel algorithms library which resembles the C++ Standard
Template Library (STL). Thrust's high-level interface greatly enhances
programmer productivity while enabling performance portability between GPUs
and multicore CPUs. Interoperability with established technologies (such as
CUDA, TBB, and OpenMP) facilitates integration with existing software.