Skip to content

Commit 3e6d42c

Browse files
committed
ggml-zdnn: update ggml-zdnn.h
Signed-off-by: Aaron Teo <[email protected]>
1 parent 8a10594 commit 3e6d42c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ggml/include/ggml-zdnn.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
extern "C" {
88
#endif
99

10+
// device buffer
11+
GGML_BACKEND_API ggml_backend_buffer_type_t ggml_backend_zdnn_buffer_type(void);
12+
1013
GGML_BACKEND_API ggml_backend_reg_t ggml_backend_zdnn_reg(void);
1114

1215
#ifdef __cplusplus

0 commit comments

Comments
 (0)