zhangmeng
2019-07-10 0a324c77e33d8c0b61fd6d166cc8d3cec7d78139
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();
}