Metadata-Version: 2.1
Name: backend.ai-accelerator-cuda
Version: 2.0.1
Summary: Backend.AI Accelerator Plugin for CUDA
Home-page: https://backend.ai
Author: Lablup Inc.
Author-email: joongi@lablup.com
License: LGPLv3
Project-URL: Documentation, https://docs.backend.ai
Description: 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".
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: build
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: ci
