increase max free blocks
This commit is contained in:
parent
34e60be41a
commit
3fa6befdaf
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ struct free_block {
|
|||
size_t size;
|
||||
};
|
||||
|
||||
#define MAX_FREE_BLOCKS 128
|
||||
#define MAX_FREE_BLOCKS 256
|
||||
|
||||
struct ggml_allocr {
|
||||
void * data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue