Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lebedov/cudamps

Python interface to CUDA Multi-Process Service
https://github.com/lebedov/cudamps

cuda gpu multi-gpu python

Last synced: 4 months ago
JSON representation

Python interface to CUDA Multi-Process Service

Awesome Lists containing this project

README

        

.. -*- rst -*-

CUDAMPS
=======

Package Description
-------------------
CUDAMPS is a Python interface to the `CUDA Multi-Process Service
`_.
It supports creation and management of MPS control daemons for multiple GPUs.

.. image:: https://img.shields.io/pypi/v/cudamps.svg
:target: https://pypi.python.org/pypi/cudamps
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/cudamps.svg
:target: https://pypi.python.org/pypi/cudamps
:alt: Downloads

Prerequisites
-------------
* At least one Tesla or Quadro GPU with compute capability 3.5 or later.
* `CUDA `_ 7.0 or later.
* `PyCUDA `_.
* `Pytools `_.

When used with Python 2.7, `subprocess32
`_ is also required.

Installation
------------
The package may be installed as follows: ::

pip install cudamps

Usage
-----
See the file ``demo.py`` for an example of how to use the package.

Development
-----------
The latest release of the package may be obtained from
`GitHub `_.

Author
------
See the included ``AUTHORS.rst`` file for more information.

License
-------
This software is licensed under the
`BSD License `_.
See the included ``LICENSE.rst`` file for more information.