starting to setup the chunking variables
This commit is contained in:
parent
891d583711
commit
9acaec58bd
1 changed files with 3 additions and 0 deletions
3
ggml.c
3
ggml.c
|
@ -12062,6 +12062,9 @@ UseGgmlGemm1:;
|
|||
UseGgmlGemm2:;
|
||||
#endif
|
||||
|
||||
int chunk_size = 16;
|
||||
UNUSED(chunk_size);
|
||||
|
||||
#ifdef GGML_PERF
|
||||
int chunks_executed = 0;
|
||||
UNUSED(chunks_executed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue