Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lebedov/cudamps
- Owner: lebedov
- License: other
- Created: 2015-05-13T18:54:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T19:40:19.000Z (about 9 years ago)
- Last Synced: 2024-10-02T07:21:39.887Z (4 months ago)
- Topics: cuda, gpu, multi-gpu, python
- Language: Python
- Size: 17.6 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
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: DownloadsPrerequisites
-------------
* 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.