integrated optional (experimentl) CLBlast support

This commit is contained in:
Concedo 2023-04-11 23:33:44 +08:00
parent c9f18082fd
commit 23c675b2e6
53 changed files with 22095 additions and 151 deletions

View file

@ -9,6 +9,7 @@ struct load_model_inputs
const char *model_filename;
const int n_parts_overwrite = -1;
const bool use_mmap;
const int clblast_info = 0;
};
struct generation_inputs
{