File: control

package info (click to toggle)
cub 1.17.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,444 kB
  • sloc: cpp: 1,833; sh: 67; makefile: 17
file content (33 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: cub
Section: libdevel
Priority: optional
Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>
Uploaders:
 Andreas Beckmann <anbe@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 cmake,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/NVIDIA/cub
Vcs-Browser: https://salsa.debian.org/nvidia-team/cub
Vcs-Git: https://salsa.debian.org/nvidia-team/cub.git

Package: libcub-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks:
 libthrust-dev (<< 1.15.0),
Description: 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