pyclblas

Python Bindings for the OpenCL BLAS library (clBLAS)


License
Apache-2.0
Install
pip install pyclblas==0.8.5

Documentation

###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
  • Linux binaries and source packages are available at the project's PyPI page

###Installation:

  • sudo pip install pyclblas
  • Installation Requirements (Non-Python):
    • OpenCL
    • clBLAS (Available in Ubuntu repos)
    • SWIG (Available in Ubuntu and CentOS repos)
  • Installation Requirements (Python Packages):