[v0.03] Add printer backend from cpufetch (still printing CPU logo)
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#include "../common/gpu.hpp"
|
||||
|
||||
struct gpu_info* get_gpu_info();
|
||||
int32_t get_str_sm(struct gpu_info* gpu);
|
||||
int32_t get_str_cores_sm(struct gpu_info* gpu);
|
||||
int32_t get_str_cuda_cores(struct gpu_info* gpu);
|
||||
char* get_str_sm(struct gpu_info* gpu);
|
||||
char* get_str_cores_sm(struct gpu_info* gpu);
|
||||
char* get_str_cuda_cores(struct gpu_info* gpu);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user