summaryrefslogtreecommitdiff
path: root/ggml-metal.h
AgeCommit message (Expand)Author
2024-01-30metal : add debug capture backend function (ggml/694)Jack Mousseau
2024-01-16metal : localized logic in `ggml_metal_graph_compute` (#4924)Paul Tsochantaris
2024-01-16ggml : introduce GGML_CALL function annotation (#4850)Justine Tunney
2024-01-13metal : remove old API (#4919)Georgi Gerganov
2024-01-05ggml : add error handling to graph_compute (whisper/1714)Finn Voorhees
2023-12-21llama : initial ggml-backend integration (#4520)slaren
2023-12-07sync : ggml (new ops, tests, backend, etc.) (#4359)Georgi Gerganov
2023-11-13ggml : sync (im2col, GPU conv, 32-bit arm compat) (#4060)Georgi Gerganov
2023-10-08sync : ggml (ggml-backend) (#3548)Georgi Gerganov
2023-09-27metal : reusing llama.cpp logging (#3152)Rickard Hallerbäck
2023-08-28metal : fix memory leak (#2762)Georgi Gerganov
2023-08-21gguf : new file format with flexible meta data (beta) (#2398)Georgi Gerganov
2023-08-16metal : enable ggml-alloc (#2627)Shouzheng Liu
2023-07-25metal : concurrently dispatch commands (#2358)Shouzheng Liu
2023-07-07ggml : change ggml_graph_compute() API to not require context (#1999)Qingyou Meng
2023-06-18metal : handle buffers larger than device's maxBufferLength (#1826)Georgi Gerganov
2023-06-15metal : parallel command buffer encoding (#1860)Georgi Gerganov
2023-06-04llama : Metal inference (#1642)Georgi Gerganov