[v0.06] Add check in memory guess to allow guessing only valid memory types for the uarch

This commit is contained in:
Dr-Noob
2021-08-17 15:09:13 +02:00
parent 6b2fa05870
commit a7036218a0
3 changed files with 20 additions and 5 deletions

View File

@@ -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);