File: control

package info (click to toggle)
libthrust 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,992 kB
  • ctags: 5,123
  • sloc: ansic: 21,059; cpp: 13,411; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 942 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libthrust
Section: libdevel
Priority: extra
Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>
Uploaders:
 Andreas Beckmann <anbe@debian.org>,
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: http://thrust.github.com/
Vcs-Git: git://anonscm.debian.org/pkg-nvidia/libthrust.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-nvidia/libthrust.git

Package: libthrust-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: nvidia-cuda-toolkit
Description: 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.