summaryrefslogtreecommitdiff
path: root/ggml-alloc.c
AgeCommit message (Expand)Author
2023-11-08ggml-alloc : fix backend assignments of views (#3982)slaren
2023-10-09ggml-alloc : fix assert in debug builds (#3555)slaren
2023-10-08sync : ggml (ggml-backend) (#3548)Georgi Gerganov
2023-09-28train : finetune LORA (#2632)xaedes
2023-09-15sync : ggml (Metal F32 support + reduce ggml-alloc size) (#3192)Georgi Gerganov
2023-09-08build : do not use _GNU_SOURCE gratuitously (#2035)Przemysław Pawełczyk
2023-09-08ggml-alloc : correctly check mmap return value for errors (#3075)slaren
2023-09-07fix some warnings from gcc and clang-tidy (#3038)Cebtenzzre
2023-09-03ggml-alloc : use virtual memory for measurement (#2973)slaren
2023-09-02k-quants : fix build on armv7 (android only) (#2920)Jhen-Jie Hong
2023-08-29ggml : add view_src and view_offs to ggml_tensor for views (#2874)slaren
2023-08-28train : mem usage and other improvements (#2439)xaedes
2023-08-28ggml : sync (mem align to header + conv_transpose_2d fixes + ggml_alloc) (#2852)Georgi Gerganov
2023-08-25ggml-alloc : enlarge size of parse_seq (#2776)Shouzheng Liu
2023-08-24metal : bug-fix when enable ggml-alloc (#2757)Shouzheng Liu
2023-08-23llm : add Falcon support (#2717)Georgi Gerganov
2023-08-22ggml : sync latest (SAM + SD operators, CUDA alibi) (#2709)Georgi Gerganov
2023-08-17ggml-alloc : fix discrepency between measure&eval (#2639)Shouzheng Liu
2023-08-16metal : enable ggml-alloc (#2627)Shouzheng Liu
2023-08-09ggml-alloc: Don't try to re-use buffers of external tensors (#2562)Sam Spilsbury
2023-07-30ggml : add graph tensor allocator (#2411)slaren