mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
0ae2bab31e
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
21 lines
775 B
Text
21 lines
775 B
Text
pyNVML
|
|
|
|
Python bindings to the NVIDIA Management Library
|
|
Provides a Python interface to GPU management and monitoring functions.
|
|
|
|
This is a wrapper around the NVML library. For information about the
|
|
NVML library, see the NVML developer page
|
|
http://developer.nvidia.com/nvidia-management-library-nvml
|
|
|
|
Download the latest package from:
|
|
http://pypi.python.org/pypi/nvidia-ml-py/
|
|
|
|
|
|
The nvml header file contains function documentation that is relevant to
|
|
this wrapper. The header file is distributed with.
|
|
https://developer.nvidia.com/gpu-deployment-kit
|
|
|
|
The main difference is this library handles allocating structs and
|
|
passing pointers to the functions, before returning the desired value.
|
|
Non-success return codes are raised as exceptions as described in the
|
|
section below.
|