qixiaoning
2025-09-04 87b55a899bc1b4bc7d5a0f8d6ad1a1ede233ebd1
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