Add matrix cores

This commit is contained in:
Dr-Noob
2025-10-26 10:42:25 +01:00
parent 2fa90179b4
commit b5dc30d4b3
3 changed files with 14 additions and 0 deletions

View File

@@ -6,5 +6,6 @@
struct gpu_info* get_gpu_info_hsa(int gpu_idx);
char* get_str_cu(struct gpu_info* gpu);
char* get_str_xcds(struct gpu_info* gpu);
char* get_str_matrix_cores(struct gpu_info* gpu);
#endif