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