mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-09 10:17:06 +00:00
metal : create backend, mostly reuse CPU backend interface
This commit is contained in:
@@ -35,7 +35,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
// GG: maybe return ptr and avoid the "ggml.h" include
|
||||
struct ggml_backend ggml_backend_metal_init();
|
||||
struct ggml_backend ggml_backend_metal_init(struct ggml_backend * backend_cpu);
|
||||
|
||||
//struct ggml_metal_context;
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user