GVM User Suite
User tools for the GVM open source project.
|
#include <iostream>
#include <unistd.h>
#include <gpu/nvidia/device.h>
#include <utils/colors.h>
#include <utils/device.h>
Go to the source code of this file.
Functions | |
bool | dev_check () |
bool | dev_major_null () |
bool | dev_major_ok () |
bool | nvmode () |
bool | nvctl () |
bool | nvdev () |
int | main () |
bool dev_check | ( | ) |
Definition at line 105 of file device.cpp.
bool dev_major_null | ( | ) |
Definition at line 110 of file device.cpp.
bool dev_major_ok | ( | ) |
Definition at line 115 of file device.cpp.
int main | ( | ) |
bool nvctl | ( | ) |
Definition at line 125 of file device.cpp.
bool nvdev | ( | ) |
Definition at line 138 of file device.cpp.
bool nvmode | ( | ) |
Definition at line 120 of file device.cpp.