DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-pyopencl
Beschreibungmodule to access OpenCL parallel computation API
Archiv/RepositoryOffizielles Debian Archiv squeeze (contrib)
Version0.92-1
Sektioncontrib/python
Prioritätoptional
Installierte Größe2308 Byte
Hängt ab vonlibboost-python1.42.0 (>= 1.42.0-1), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0
Empfohlene Paketenvidia-opencl-icd, python-opengl
PaketbetreuerTomasz Rybak
Quellepyopencl
Paketgröße540522 Byte
Prüfsumme MD51a7458de384dac44374a509f1beeed9a
Prüfsumme SHA1387239314ba659a352f953fdb148a4ce22f43790
Prüfsumme SHA256312e8e6a94e4c7220002123ae31d2db2ac30a026f03dd4c538eef4dd7b241ef2
Link zum Herunterladenpython-pyopencl_0.92-1_i386.deb
Ausführliche BeschreibungPyOpenCL lets you access the OpenCL parallel computation API from Python. Here's what sets PyOpenCL apart: * Object cleanup tied to lifetime of objects. This idiom, often called RAII in C++, makes it much easier to write correct, leak- and crash-free code. * Completeness. PyOpenCL puts the full power of OpenCL’s API at your disposal, if you wish. * Convenience. While PyOpenCL's primary focus is to make all of OpenCL accessible, it tries hard to make your life less complicated as it does so--without taking any shortcuts. * Automatic Error Checking. All OpenCL errors are automatically translated into Python exceptions. * Speed. PyOpenCL’s base layer is written in C++, so all the niceties above are virtually free. * Helpful, complete documentation and a wiki. * Liberal licensing (MIT).


Impressum
Linux is a registered trademark of Linus Torvalds