Apache Mesos
|
Go to the source code of this file.
Namespaces | |
nvml | |
Typedefs | |
using | nvmlDevice_t = int |
Functions | |
bool | nvml::isAvailable () |
Try< Nothing > | nvml::initialize () |
Try< std::string > | nvml::systemGetDriverVersion () |
Try< unsigned int > | nvml::deviceGetCount () |
Try< nvmlDevice_t > | nvml::deviceGetHandleByIndex (unsigned int index) |
Try< unsigned int > | nvml::deviceGetMinorNumber (nvmlDevice_t handle) |
using nvmlDevice_t = int |