Skip to content

Commit

Permalink
sync : ggml (part 3, Metal)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Dec 7, 2023
1 parent 6b1cf54 commit 95e9d8a
Show file tree
Hide file tree
Showing 3 changed files with 1,074 additions and 299 deletions.
2 changes: 2 additions & 0 deletions ggml-metal.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ GGML_API ggml_backend_t ggml_backend_metal_init(void);

GGML_API bool ggml_backend_is_metal(ggml_backend_t backend);

GGML_API ggml_backend_buffer_type_t ggml_backend_metal_buffer_type(void);

GGML_API void ggml_backend_metal_set_n_cb(ggml_backend_t backend, int n_cb);

#ifdef __cplusplus
Expand Down
Loading

0 comments on commit 95e9d8a

Please sign in to comment.