mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-01 09:01:57 +00:00
metal : rewrite to fit new backend interface correctly (WIP)
This commit is contained in:
@@ -27,7 +27,6 @@ extern "C" {
|
||||
struct ggml_backend_buffer {
|
||||
struct ggml_backend_buffer_interface interface;
|
||||
ggml_buffer_context_t context;
|
||||
size_t backend_size;
|
||||
void * backend_data;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user