[ 源代码: pyopencl ]
软件包:python3-pyopencl(2024.1-1 以及其他的)
Python 3 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).
This package contains Python 3 modules.
其他与 python3-pyopencl 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 支持库
-
- dep: libstdc++6 (>= 13.1)
- GNU 标准 C++ 库,第3版
-
- dep: ocl-icd-libopencl1
- Generic OpenCL ICD Loader
- 或者 libopencl1
- 本虚包由这些包填实: 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.12)
- Generic OpenCL ICD Loader
- 或者 libopencl-2.2-1
- 本虚包由这些包填实: nvidia-libopencl1, ocl-icd-libopencl1
-
- dep: ocl-icd-libopencl1 (>= 2.2.8)
- Generic OpenCL ICD Loader
- 或者 libopencl-2.1-1
- 本虚包由这些包填实: nvidia-libopencl1, ocl-icd-libopencl1
-
- dep: pocl-opencl-icd
- pocl ICD
- 或者 mesa-opencl-icd
- free implementation of the OpenCL API -- ICD runtime
- 或者 opencl-icd
- 本虚包由这些包填实: mesa-opencl-icd, nvidia-opencl-icd, nvidia-tesla-470-opencl-icd, pocl-opencl-icd, rocm-opencl-icd
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- dep: python3-mako
- fast and lightweight templating for the Python 3 platform
-
- dep: python3-numpy (>= 1:1.25.0)
- Fast array facility to the Python language (Python 3)
-
- dep: python3-numpy-abi9
- 本虚包由这些包填实: python3-numpy
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-platformdirs (>= 2.2.0)
- determining appropriate platform-specific directories (Python 3)
-
- dep: python3-pytools (>= 2021.2.7)
- big bag of things supplementing Python 3 standard library
-
- rec: python-pyopencl-doc
- module to access OpenCL parallel computation API (documentation)
-
- sug: python3-matplotlib
- Python based plotting system in a style similar to Matlab
-
- sug: python3-opengl
- Python bindings to OpenGL (Python 3)
-
- sug: python3-pil.imagetk
- Python Imaging Library - ImageTk Module (Python3)
-
- sug: python3-pytest
- Simple, powerful testing in Python3