metal : rewrite to fit new backend interface correctly (WIP)
This commit is contained in:
parent
cb82adadb8
commit
d45c1631bc
6 changed files with 208 additions and 273 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue