summaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-cpu/hbm.h
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp/ggml/src/ggml-cpu/hbm.h')
-rw-r--r--llama.cpp/ggml/src/ggml-cpu/hbm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/llama.cpp/ggml/src/ggml-cpu/hbm.h b/llama.cpp/ggml/src/ggml-cpu/hbm.h
new file mode 100644
index 0000000..09a1f09
--- /dev/null
+++ b/llama.cpp/ggml/src/ggml-cpu/hbm.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "ggml-backend.h"
+#include "ggml.h"
+
+// GGML CPU internal header
+
+ggml_backend_buffer_type_t ggml_backend_cpu_hbm_buffer_type(void);