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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: hipfft
Section: devel
Homepage: https://github.com/ROCm/hipfft
Priority: optional
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/rocm-team/hipfft.git
Vcs-Browser: https://salsa.debian.org/rocm-team/hipfft
Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
Uploaders: Maxime Chambonnet <maxzor@maxzor.eu>,
Cordell Bloor <cgmb@slerp.xyz>,
Christian Kastner <ckk@debian.org>,
Kari Pahula <kaol@debian.org>,
Build-Depends: debhelper-compat (= 13),
hipcc (>= 5.6.1~),
cmake,
rocm-cmake,
librocfft-dev (>= 6.1.2),
libboost-program-options-dev <!nocheck>,
libfftw3-dev <!nocheck>,
libhiprand-dev <!nocheck>,
libgtest-dev <!nocheck>
Build-Depends-Indep: dh-sequence-sphinxdoc <!nodoc>,
doxygen <!nodoc>,
python3-breathe <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
libjs-jquery <!nodoc>,
libjs-mathjax <!nodoc>,
libjs-sphinxdoc <!nodoc>,
libjs-underscore <!nodoc>
Rules-Requires-Root: no
Package: libhipfft0
Section: libs
Architecture: amd64 arm64 ppc64el
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: portable interface for Fast Fourier Transforms on the GPU - library
hipFFT is a wrapper library that provides a common interface to rocFFT and
cuFFT. The hipFFT library is designed to help applications using cuFFT to port
their code to the ROCm platform.
.
This package provides the AMD ROCm hipFFT library.
Package: libhipfft-dev
Section: libdevel
Architecture: amd64 arm64 ppc64el
Depends: libhipfft0 (= ${binary:Version}),${misc:Depends}, ${shlibs:Depends},
libamdhip64-dev,
Suggests: libhipfft-doc
Description: portable interface for Fast Fourier Transforms on the GPU - headers
hipFFT is a wrapper library that provides a common interface to rocFFT and
cuFFT. The hipFFT library is designed to help applications using cuFFT to port
their code to the ROCm platform.
.
This package provides the AMD ROCm hipFFT development headers.
Package: libhipfft0-tests
Section: libdevel
Architecture: amd64 arm64 ppc64el
Build-Profiles: <!nocheck>
Depends: libhipfft0 (= ${binary:Version}),${misc:Depends}, ${shlibs:Depends},
Description: portable interface for Fast Fourier Transforms on the GPU - tests
hipFFT is a wrapper library that provides a common interface to rocFFT and
cuFFT. The hipFFT library is designed to help applications using cuFFT to port
their code to the ROCm platform.
.
This package provides the AMD ROCm hipFFT test binaries. These binaries are
only used to check whether hipFFT works correctly on a given GPU, so
generally speaking, users probably don't need this package.
Package: libhipfft-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax,
Breaks: libhipfft-dev (<< 5.7.1-1~)
Replaces: libhipfft-dev (<< 5.7.1-1~)
Description: portable interface for Fast Fourier Transforms on the GPU - documentation
hipFFT is a wrapper library that provides a common interface to rocFFT and
cuFFT. The hipFFT library is designed to help applications using cuFFT to port
their code to the ROCm platform.
.
This package provides the AMD ROCm hipFFT documentation.
|