qixiaoning
2025-08-22 0f97177f258c67397b206b70e5aea2b24a4868c1
1
2
3
4
5
6
7
8
9
10
#ifndef _nvidia_gpu_info_h_
#define _nvidia_gpu_info_h_
 
namespace gpu
{
    int getIdleGPU(const int need);
    char *getGpuInfo();
} // namespace gpu
 
#endif