aboutsummaryrefslogtreecommitdiff
path: root/ggml-alloc.c
AgeCommit message (Collapse)Author
2023-07-30ggml : add graph tensor allocator (#2411)slaren
* ggml : add graph tensor allocator * ggml : don't calculate data pointer of unallocated tensors when creating a view with an offset * ggml : refactor ggml_view_Nd into ggml_view_tensor_offset