[v0.04] Fix bug in which NVML was using the wrong GPU id
This commit is contained in:
@@ -62,6 +62,7 @@ struct gpu_info {
|
||||
struct memory* mem;
|
||||
struct cache* cach;
|
||||
int64_t peak_performance;
|
||||
int32_t idx;
|
||||
};
|
||||
|
||||
VENDOR get_gpu_vendor(struct gpu_info* gpu);
|
||||
|
||||
Reference in New Issue
Block a user