OpenCL wrapper using ctypes
Project description
What is PyCL?
PyCL is yet another OpenCL wrapper for Python. Its primary goal is simple: wrap OpenCL in such a way that as many Python implementations can use it as feasible. It is currently tested on CPython 2.{5,6,7}, 3.2, and PyPy 1.5. It is known to largely not work on Jython, whose ctypes library is still immature.
To achieve this, we eschew extension modules and dependencies outside of the standard library. Ideally things like NumPy arrays and PIL images should Just Work, but they shouldn’t be required.
If you’re looking to get actual work done in OpenCL, this probably isn’t the distribution for you… yet. Before considering using PyCL for anything, give PyOpenCL a look. Its API is stable, its wrapper layer is fast C++, and it has fairly reasonable dependencies.
If you’re looking to contribute, or just get the latest development release, take a look at our repository.
Installation
It’s on PyPI, so installation should be as easy as:
pip install pycl -or- easy_install pycl
But it’s a single module and there’s nothing to compile, so downloading it from PyPI or the repository and using it directly works too.
To actually use it, though, you’ll need an OpenCL platform installed. If you’re on Mac OS X 10.6 or later, you’re already done. Otherwise, download and install an appropriate platform from AMD, Intel, or NVIDIA.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pycl-0.1a2.tar.gz
.
File metadata
- Download URL: pycl-0.1a2.tar.gz
- Upload date:
- Size: 28.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47d258cb1de8d4fbf4f5d8af92fb832f1a0eaec9a201c2abca7fc9fc4a99ae3c |
|
MD5 | 260fad48bf31d039b57ee64804e35b07 |
|
BLAKE2b-256 | 9e900edebb96c017dd818439d04a3b47bbaa29b6a5a88d564b3a27c171851bcb |