diff options
Diffstat (limited to 'ggml.c')
-rw-r--r-- | ggml.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3882,6 +3882,7 @@ struct ggml_tensor * ggml_new_tensor_impl( *result = (struct ggml_tensor) { /*.type =*/ type, + /*.backend =*/ GGML_BACKEND_CPU, /*.n_dims =*/ n_dims, /*.ne =*/ { 1, 1, 1, 1 }, /*.nb =*/ { 0, 0, 0, 0 }, |