zhangmeng
2019-05-31 6f0c11092b0a39265c6af723571906e4f834706d
cgpu.cpp
@@ -12,5 +12,9 @@
#include "gpu/info.cpp"
int get_idle_gpu(const int mem_size){
    return gpu::getGPU(mem_size);
    return gpu::getIdleGPU(mem_size);
}
char* get_gpu_info(){
    return gpu::getGpuInfo();
}