Move get_str_process to common
This commit is contained in:
@@ -31,4 +31,6 @@ struct uarch {
|
||||
char* chip_str;
|
||||
};
|
||||
|
||||
char* get_str_process(struct uarch* arch);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -11,7 +11,6 @@ MEMTYPE guess_memtype_from_cmul_and_uarch(int ddr, struct uarch* arch);
|
||||
char* get_str_uarch_cuda(struct uarch* arch);
|
||||
char* get_str_cc(struct uarch* arch);
|
||||
char* get_str_chip(struct uarch* arch);
|
||||
char* get_str_process(struct uarch* arch);
|
||||
void free_uarch_struct(struct uarch* arch);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,6 +7,5 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user