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
|
Source: python-scikit-cuda
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
Roland Mas <lolando@debian.org>,
Section: contrib/python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
# dh-sequence-sphinxdoc <!nodoc>,
nvidia-detect <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
python3-mako <!nocheck>,
python3-numpy <!nocheck>,
python3-pycuda <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
# python3-sphinx <!nodoc>,
# python3-sphinx-rtd-theme <!nodoc>,
# python3-sphinx-pngmath <!nodoc>, # not packaged yet
Standards-Version: 3.9.6
#Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/lebedov/scikit-cuda
Package: python3-scikit-cuda
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Scikit with CUDA support
scikit-cuda provides Python interfaces to many of the functions in
the CUDA device/runtime, CUBLAS, CUFFT, and CUSOLVER libraries
distributed as part of NVIDIA's CUDA Programming Toolkit, as well as
interfaces to select functions in the free and standard versions of
the CULA Dense Toolkit.
.
Both low-level wrapper functions similar to their C counterparts and
high-level functions comparable to those in NumPy and Scipy are
provided.
|