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 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: hipcub
Section: devel
Homepage: https://github.com/ROCm/hipCUB
Priority: optional
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rocm-team/hipcub.git
Vcs-Browser: https://salsa.debian.org/rocm-team/hipcub
Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
Uploaders: Cordell Bloor <cgmb@debian.org>,
Christian Kastner <ckk@debian.org>,
Kari Pahula <kaol@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
hipcc (>= 7.0.1~),
libamd-comgr-dev (>= 6.4~),
libgtest-dev <!nocheck>,
libhsa-runtime-dev (>= 6.4~),
librocprim-dev (>= 6.4.1~),
pkg-rocm-tools (>= 0.9.3~),
rocm-cmake
Rules-Requires-Root: no
Package: libhipcub-dev
Section: libdevel
Architecture: all
Depends: librocprim-dev, ${misc:Depends}
Description: portable interface for GPU parallel primitives - headers
hipCUB is a header-only wrapper library that provides a common interface to
rocPRIM and CUB. The hipCUB library is designed to help applications using CUB
to port their code to the ROCm platform.
.
This package provides AMD ROCm hipCUB development headers.
Package: libhipcub-tests
Section: libdevel
Architecture: amd64 arm64 ppc64el
XB-X-ROCm-GPU-Architecture: ${rocm:GPU-Architecture}
Build-Profiles: <!nocheck>
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: portable interface for GPU parallel primitives - tests
hipCUB is a header-only wrapper library that provides a common interface to
rocPRIM and CUB. The hipCUB library is designed to help applications using CUB
to port their code to the ROCm platform.
.
This package provides the AMD ROCm hipCUB test binaries. These binaries are
only used to check whether hipCUB works correctly on a given GPU, so
generally speaking, users probably don't need this package.
|