[v0.01] Retrieve more info; frequency, topology and peak performance

This commit is contained in:
Dr-Noob
2021-08-13 16:36:10 +02:00
parent 59f723ff12
commit 981daef728
6 changed files with 71 additions and 20 deletions

View File

@@ -4,8 +4,8 @@
#include "../common/gpu.hpp"
struct gpu_info* get_gpu_info();
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);
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);
#endif