These changes should go later in another commit - lets keep this HSA only

This commit is contained in:
Dr-Noob
2025-10-15 07:45:34 +02:00
parent 3e8b87a888
commit abc21365b1
7 changed files with 5 additions and 8 deletions

View File

@@ -2,11 +2,11 @@
#define __HSA_UARCH__
#include "../common/gpu.hpp"
#include "../common/uarch.hpp"
struct uarch;
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?
#endif