increase test-grad0 context mem size to accommodate for bigger cgraph

This commit is contained in:
xaedes 2023-08-29 21:00:19 +02:00
parent 82c5247a20
commit 5fcfa7e49e
No known key found for this signature in database
GPG key ID: 30030EDD817EA2B1

View file

@ -374,7 +374,7 @@ static bool check_mat_mul(
int main(int argc, const char ** argv) {
struct ggml_init_params params = {
/* .mem_size = */ 128*1024*1024,
/* .mem_size = */ 256*1024*1024,
/* .mem_buffer = */ NULL,
/* .no_alloc = */ false,
};