OpenCL Python integration
Project description
Welcome to Clyther's documentation!
===================================
CLyther is a Python tool similar to Cython and PyPy. CLyther is a just-in-time specialization engine for OpenCL.
The main entry points for CLyther are its :class:`clyther.task` and :class:`clyther.kernel` decorators.
Once a function is decorated with one of these the function will be compiled to OpenCL when called.
CLyther is a Python language extension that makes writing OpenCL code as easy as Python itself.
CLyther currently only supports a subset of the Python language definition but adds many new features to OpenCL.
CLyther exposes both the OpenCL C library as well as the OpenCL language to python.
Objectives:
* Make it easy for developers to take advantage of OpenCL
* Take advantage existing Python numerical algorithms
* Accelerate my code!
Philosophy:
* Enable users to have 100% control via Python. Access one to one mapping from Python to OpenCL.
* Endorse native Python abstractions for convenience. e.g. Slice an array, pass a function as an argument.
.. warning::
This is a brand new version of CLyther. I have not released this yet.
* If you do decide to use it then please think about :ref:`contribute`.
* The best place to add your input to the `Issue Tracker <https://github.com/srossross/Clyther/issues/>`_.
Links:
+++++++++++
* `Homepage <http://srossross.github.com/Clyther/>`_
* `Issue Tracker <https://github.com/srossross/Clyther/issues/>`_
* `Development documentation <http://srossross.github.com/Clyther/develop/>`_
* `PyPi <http://pypi.python.org/pypi/Clyther/>`_
* `Github <https://github.com/srossross/Clyther/>`_
* `OpenCL 1.1 spec <http://www.khronos.org/registry/cl/specs/opencl-1.1.pdf>`_
.. seealso::
* `OpenCL for Python <http://srossross.github.com/oclpb>`_: Python bindings for OpenCL.
* `Meta <http://srossross.github.com/meta>`_: Metaprogramming utilities for Python.
===================================
CLyther is a Python tool similar to Cython and PyPy. CLyther is a just-in-time specialization engine for OpenCL.
The main entry points for CLyther are its :class:`clyther.task` and :class:`clyther.kernel` decorators.
Once a function is decorated with one of these the function will be compiled to OpenCL when called.
CLyther is a Python language extension that makes writing OpenCL code as easy as Python itself.
CLyther currently only supports a subset of the Python language definition but adds many new features to OpenCL.
CLyther exposes both the OpenCL C library as well as the OpenCL language to python.
Objectives:
* Make it easy for developers to take advantage of OpenCL
* Take advantage existing Python numerical algorithms
* Accelerate my code!
Philosophy:
* Enable users to have 100% control via Python. Access one to one mapping from Python to OpenCL.
* Endorse native Python abstractions for convenience. e.g. Slice an array, pass a function as an argument.
.. warning::
This is a brand new version of CLyther. I have not released this yet.
* If you do decide to use it then please think about :ref:`contribute`.
* The best place to add your input to the `Issue Tracker <https://github.com/srossross/Clyther/issues/>`_.
Links:
+++++++++++
* `Homepage <http://srossross.github.com/Clyther/>`_
* `Issue Tracker <https://github.com/srossross/Clyther/issues/>`_
* `Development documentation <http://srossross.github.com/Clyther/develop/>`_
* `PyPi <http://pypi.python.org/pypi/Clyther/>`_
* `Github <https://github.com/srossross/Clyther/>`_
* `OpenCL 1.1 spec <http://www.khronos.org/registry/cl/specs/opencl-1.1.pdf>`_
.. seealso::
* `OpenCL for Python <http://srossross.github.com/oclpb>`_: Python bindings for OpenCL.
* `Meta <http://srossross.github.com/meta>`_: Metaprogramming utilities for Python.
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
Clyther-0.3-beta.tar.gz
(1.3 MB
view details)
File details
Details for the file Clyther-0.3-beta.tar.gz
.
File metadata
- Download URL: Clyther-0.3-beta.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0b89ca5151aadcf6af9dabfd90f01ce9e078e3b5b60ab479a03fd793080a97c |
|
MD5 | deea288c073c1436e3efcdcbfd31ba79 |
|
BLAKE2b-256 | d754f247e6ca809cbe060322920c8e6c4a3d5d3ee70f60c8c750e86a26bb9130 |