[ Bron: pyopencl ]
Pakket: python-pyopencl-doc (2022.3.1-2.1)
Verwijzigingen voor python-pyopencl-doc
Debian bronnen:
Het bronpakket pyopencl downloaden:
Beheerders:
- Debian OpenCL Maintainers (QA-pagina, Mailarchief)
- Tomasz Rybak (QA-pagina)
- Andreas Beckmann (QA-pagina)
Externe bronnen:
- Homepage [mathema.tician.de]
Vergelijkbare pakketten:
module to access OpenCL parallel computation API (documentation)
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).
This package contains HTML documentation and example scripts.
Andere aan python-pyopencl-doc gerelateerde pakketten
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 5.2)
- JavaScript support for Sphinx documentation
-
- rec: python-mako-doc
- documentation for the Mako Python library
-
- rec: python3-doc
- documentation for the high-level object-oriented language Python 3
-
- sug: python3-pyopencl
- Python 3 module to access OpenCL parallel computation API