Skip to content

Commit 523750a

Browse files
committed
metal : use separate buffer types for shread and private Metal buffers
ggml-ci
1 parent e65c53e commit 523750a

File tree

2 files changed

+226
-117
lines changed

2 files changed

+226
-117
lines changed

ggml/include/ggml-metal.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ GGML_BACKEND_API bool ggml_backend_is_metal(ggml_backend_t backend);
4545

4646
GGML_BACKEND_API void ggml_backend_metal_set_abort_callback(ggml_backend_t backend, ggml_abort_callback abort_callback, void * user_data);
4747

48-
GGML_BACKEND_API ggml_backend_buffer_type_t ggml_backend_metal_buffer_type(void);
49-
5048
// helper to check if the device supports a specific family
5149
// ideally, the user code should be doing these checks
5250
// ref: https://developer.apple.com/metal/Metal-Feature-Set-Tables.pdf

0 commit comments

Comments
 (0)