1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: pygpu
Section: contrib/python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph@debian.org>, Jan Dittberner <jan@dittberner.info>
Build-Depends: debhelper (>= 5), python
Build-Depends-Indep: python-central (>= 0.6)
Standards-Version: 3.8.0
Homepage: http://www.cs.lth.se/home/Calle_Lejdfors/pygpu/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pygpu/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pygpu/trunk/
XS-Python-Version: all
Package: python-pygpu
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-numpy,
python-pyglew, python-pygame, python-imaging, python-cg
XB-Python-Version: ${python:Versions}
Description: embedded language for programming GPU using Python
PyGPU is a compiler that lets you write image processing programs in
Python that execute on the graphics processing unit (GPU) present in
modern graphics cards. This enables image processing algorithms to
take advantage of the performance of the GPU. In some applications,
performance increases approach an order of magnitude, compared to CPUs.
|