This commit is contained in:
Dr-Noob
2025-10-14 08:54:25 +02:00
parent 2d74d66f79
commit d83904e28e
4 changed files with 23 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
struct uarch;
struct uarch* get_uarch_from_hsa(struct gpu_info* gpu);
struct uarch* get_uarch_from_hsa(struct gpu_info* gpu, char* gpu_name);
char* get_str_uarch_hsa(struct uarch* arch);
char* get_str_process(struct uarch* arch); // TODO: Shouldnt we define this in the cpp?
void free_uarch_struct(struct uarch* arch);