tests : fix sizey -> sizez
This commit is contained in:
parent
ed866f550b
commit
80e78cea12
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ int main(int argc, char ** argv) {
|
|||
size_t ctx_size = 0;
|
||||
ctx_size += ggml_row_size(GGML_TYPE_F32, sizex*sizey);
|
||||
ctx_size += ggml_row_size(GGML_TYPE_F32, sizex*sizey);
|
||||
ctx_size += ggml_row_size(GGML_TYPE_F32, sizex*sizey);
|
||||
ctx_size += ggml_row_size(GGML_TYPE_F32, sizex*sizez);
|
||||
ctx_size += ggml_row_size(qtype, sizex*sizey);
|
||||
ctx_size += ggml_row_size(qtype, sizex*sizey);
|
||||
ctx_size += ggml_row_size(GGML_TYPE_F32, sizex*sizey); // BLAS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue