Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lablup/backend.ai-accelerator-cuda
The Backend.AI CUDA Accelerator Plugin
https://github.com/lablup/backend.ai-accelerator-cuda
backendai cuda
Last synced: about 1 month ago
JSON representation
The Backend.AI CUDA Accelerator Plugin
- Host: GitHub
- URL: https://github.com/lablup/backend.ai-accelerator-cuda
- Owner: lablup
- License: lgpl-3.0
- Created: 2018-08-31T05:18:11.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-03-20T15:16:30.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T09:35:14.877Z (3 months ago)
- Topics: backendai, cuda
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Backend.AI Accelerator Plugin for CUDA
======================================Just install this along with Backend.AI agents, using the same virtual environment.
This will allow the agents to detect CUDA devices on their hosts and make them
available to Backend.AI kernel sessions.```console
$ pip install backend.ai-accelerator-cuda
```This open-source edition of CUDA plugins support allocation of one or more CUDA
devices to a container, slot-by-slot.Compatibility Matrix
--------------------| Backend.AI Agent | CUDA Plugin |
|:----------------------------:|:----------------:|
| 20.09.x | 2.0.0 |
| 20.03.9 ~ | 2.0.0 |
| 20.03.0 ~ 20.03.8 | 0.14.x |
| 19.09.17 ~ | 0.13.x |
| 19.06.x, 19.09.0 ~ 19.09.16 | 0.11.x, 0.12.x |
| 19.03.x | 0.10.x |In the versions released after the above matrix, the agent will set the required
version range of this plugin as an extra requirements set "cuda".