zhangmeng
2019-05-31 6f0c11092b0a39265c6af723571906e4f834706d
gpu/info.h
@@ -2,7 +2,8 @@
#define _nvidia_gpu_info_h_
namespace gpu{
    int getGPU(const int need);
    int getIdleGPU(const int need);
    char *getGpuInfo();
}
#endif