[ buster ]
[ 原始碼: pyopencl ]
套件:python-pyopencl(2018.2.2-1)
Python module to access OpenCL parallel computation API
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).
其他與 python-pyopencl 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc1 (>= 1:3.5)
- GCC 支援函式庫
-
- dep: libstdc++6 (>= 6)
- GNU Standard C++ Library v3
-
- dep: ocl-icd-libopencl1
- Generic OpenCL ICD Loader
- 或者 libopencl1
- 本虛擬套件由這些套件填實: mali-t62x-fbdev-driver, mali-t62x-wayland-driver, mali-t62x-x11-driver, mali-t76x-fbdev-driver, mali-t76x-wayland-driver, mali-t76x-x11-driver, nvidia-libopencl1, ocl-icd-libopencl1
-
- dep: ocl-icd-libopencl1 (>= 1.0)
- Generic OpenCL ICD Loader
- 或者 libopencl-1.2-1
- 本虛擬套件由這些套件填實: nvidia-libopencl1, ocl-icd-libopencl1
-
- dep: ocl-icd-libopencl1 (>= 2.2.0)
- Generic OpenCL ICD Loader
- 或者 libopencl-2.0-1
- 本虛擬套件由這些套件填實: nvidia-libopencl1, ocl-icd-libopencl1
-
- dep: ocl-icd-libopencl1 (>= 2.2.8)
- Generic OpenCL ICD Loader
- 或者 libopencl-2.1-1
- 本虛擬套件由這些套件填實: ocl-icd-libopencl1
-
- dep: pocl-opencl-icd
- pocl ICD
- 或者 opencl-icd
- 本虛擬套件由這些套件填實: beignet-opencl-icd, mesa-opencl-icd, nvidia-legacy-340xx-opencl-icd, nvidia-legacy-390xx-opencl-icd, nvidia-opencl-icd, pocl-opencl-icd
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
-
- dep: python-appdirs (>= 1.4.0)
- determining appropriate platform-specific directories (Python 2)
-
- dep: python-decorator
- simplify usage of Python decorators by programmers
-
- dep: python-numpy (>= 1:1.16.0~rc1)
- Numerical Python adds a fast array facility to the Python language
-
- dep: python-numpy-abi9
- 本虛擬套件由這些套件填實: python-numpy
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python-pytools (>= 2017.6)
- big bag of things supplementing Python standard library
-
- dep: python-six (>= 1.9.0)
- Python 2 and 3 compatibility library (Python 2 interface)
-
- rec: python-mako
- fast and lightweight templating for the Python platform
-
- rec: python-opengl
- Python bindings to OpenGL (Python 2)
-
- rec: python-pyopencl-doc
- module to access OpenCL parallel computation API (documentation)
-
- sug: python-imaging-tk
- 本虛擬套件由這些套件填實: python-pil.imagetk
-
- sug: python-matplotlib
- Python based plotting system in a style similar to Matlab
-
- sug: python-pyopencl-dbg
- Python module to access OpenCL API (debug extensions)
-
- sug: python-pytest
- Simple, powerful testing in Python