[v0.24] Small fixes; improve PCI report when no GPU is found, speedup invalid GPU idx detection
This commit is contained in:
@@ -9,6 +9,7 @@ struct gpu_list* get_gpu_list();
|
||||
bool print_gpus_list(struct gpu_list* list);
|
||||
int get_num_gpus_available(struct gpu_list* list);
|
||||
void print_enabled_backends();
|
||||
bool gpu_idx_valid(int idx);
|
||||
struct gpu_info* get_gpu_info(struct gpu_list* list, int idx);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user