[ etiona ]
[ nabia ]
[ 源代码: pyopencl ]
软件包: python3-pyopencl-dbg (2019.1.1-1build1)
python3-pyopencl-dbg 的相关链接
Trisquel 的资源:
下载源码包 pyopencl:
- [pyopencl_2019.1.1-1build1.dsc]
- [pyopencl_2019.1.1.orig.tar.xz]
- [pyopencl_2019.1.1-1build1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian OpenCL Maintainers (Mail Archive)
- Tomasz Rybak
外部的资源:
- 主页 [mathema.tician.de]
相似软件包:
Python 3 module to access OpenCL API (debug extensions)
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 extensions build for the Python 3 debug interpreter.
其他与 python3-pyopencl-dbg 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.7) [armhf]
-
- dep: libgcc-s1 (>= 3.0) [amd64]
- GCC support library
- dep: libgcc-s1 (>= 3.5) [armhf]
-
- dep: libstdc++6 (>= 6)
- GNU Standard C++ Library v3
-
- dep: ocl-icd-libopencl1
- Generic OpenCL ICD Loader
- 或者 libopencl1
- 本虚包由这些包填实: ocl-icd-libopencl1
-
- dep: ocl-icd-libopencl1 (>= 1.0)
- Generic OpenCL ICD Loader
- 或者 libopencl-1.1-1
- 本虚包由这些包填实: ocl-icd-libopencl1
-
- dep: ocl-icd-libopencl1 (>= 1.0)
- Generic OpenCL ICD Loader
- 或者 libopencl-1.2-1
- 本虚包由这些包填实: ocl-icd-libopencl1
-
- dep: ocl-icd-libopencl1 (>= 2.2.0)
- Generic OpenCL ICD Loader
- 或者 libopencl-2.0-1
- 本虚包由这些包填实: ocl-icd-libopencl1
-
- dep: ocl-icd-libopencl1 (>= 2.2.8)
- Generic OpenCL ICD Loader
- 或者 libopencl-2.1-1
- 本虚包由这些包填实: ocl-icd-libopencl1
-
- dep: python3-cffi-backend-dbg
- Foreign Function Interface for Python 3 calling C code (Debug version)
-
- dep: python3-dbg (<< 3.9)
- debug build of the Python 3 Interpreter (version 3.8)
- dep: python3-dbg (>= 3.8~)
-
- dep: python3-numpy (>= 1:1.16.0~rc1)
- Fast array facility to the Python 3 language
-
- dep: python3-numpy-abi9
- 本虚包由这些包填实: python3-numpy
-
- dep: python3-pyopencl (= 2019.1.1-1build1)
- Python 3 module to access OpenCL parallel computation API