[v0.06] Add check in memory guess to allow guessing only valid memory types for the uarch
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
struct uarch;
|
||||
|
||||
struct uarch* get_uarch_from_cuda(struct gpu_info* gpu);
|
||||
bool clkm_possible_for_uarch(int clkm, struct uarch* arch);
|
||||
MEMTYPE guess_memtype_from_cmul_and_uarch(int ddr, struct uarch* arch);
|
||||
char* get_str_uarch(struct uarch* arch);
|
||||
char* get_str_cc(struct uarch* arch);
|
||||
|
||||
Reference in New Issue
Block a user