Paketname | python-pyopencl |
Beschreibung | module to access OpenCL parallel computation API |
Archiv/Repository | Offizielles Debian Archiv squeeze (contrib) |
Version | 0.92-1 |
Sektion | contrib/python |
Priorität | optional |
Installierte Größe | 2308 Byte |
Hängt ab von | libboost-python1.42.0 (>= 1.42.0-1), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0 |
Empfohlene Pakete | nvidia-opencl-icd, python-opengl |
Paketbetreuer | Tomasz Rybak |
Quelle | pyopencl |
Paketgröße | 540522 Byte |
Prüfsumme MD5 | 1a7458de384dac44374a509f1beeed9a |
Prüfsumme SHA1 | 387239314ba659a352f953fdb148a4ce22f43790 |
Prüfsumme SHA256 | 312e8e6a94e4c7220002123ae31d2db2ac30a026f03dd4c538eef4dd7b241ef2 |
Link zum Herunterladen | python-pyopencl_0.92-1_i386.deb |
Ausführliche Beschreibung | PyOpenCL 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).
|