summaryrefslogtreecommitdiff
path: root/ggml-vulkan.h
diff options
context:
space:
mode:
Diffstat (limited to 'ggml-vulkan.h')
-rw-r--r--ggml-vulkan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ggml-vulkan.h b/ggml-vulkan.h
index 9645126b..e4317c3e 100644
--- a/ggml-vulkan.h
+++ b/ggml-vulkan.h
@@ -10,6 +10,7 @@ extern "C" {
#define GGML_VK_NAME "Vulkan"
#define GGML_VK_MAX_DEVICES 16
+GGML_API void ggml_vk_instance_init(void);
GGML_API void ggml_vk_init_cpu_assist(void);
GGML_API void ggml_vk_preallocate_buffers_graph_cpu_assist(struct ggml_tensor * node);