Metadata-Version: 1.1
Name: pyclblas
Version: 0.8.3
Summary: Python Bindings for the OpenCL BLAS library (clBLAS)
Home-page: https://github.com/jroose/pyclblas
Author: Jon Roose
Author-email: jroose@gmail.com
License: Apache 2.0
Description: ###Description
        PyCLBLAS is a wrapper for the clBLAS library.  This module can be used to call BLAS routines on OpenCL enabled devices from Python.
        
        ###Resources
        * Documentation is available at [ReadTheDocs.org](https://pyclblas.readthedocs.io/en/latest/index.html)
        * Linux binaries and source packages are available at the project's [PyPI page](https://pypi.python.org/pypi/pyclblas/)
        
        ###Installation:
        * sudo pip install pyclblas
        * Installation Requirements (Non-Python):
            * OpenCL
            * [clBLAS](https://github.com/clMathLibraries/clBLAS) (Available in Ubuntu repos)
            * [SWIG](https://www.swig.org/) (Available in Ubuntu and CentOS repos)
        * Installation Requirements (Python Packages):
            * [pyopencl](https://github.com/pyopencl/pyopencl/)
            * [numpy](https://github.com/numpy/numpy)
        
Platform: UNKNOWN
Requires: numpy
Requires: pyopencl
