diff options
Diffstat (limited to 'llama.cpp/ggml/include/ggml-virtgpu.h')
| -rw-r--r-- | llama.cpp/ggml/include/ggml-virtgpu.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/llama.cpp/ggml/include/ggml-virtgpu.h b/llama.cpp/ggml/include/ggml-virtgpu.h new file mode 100644 index 0000000..faaba8f --- /dev/null +++ b/llama.cpp/ggml/include/ggml-virtgpu.h @@ -0,0 +1,14 @@ +#pragma once + +#include "ggml.h" +#include "ggml-backend.h" + +#ifdef __cplusplus +extern "C" { +#endif + +GGML_BACKEND_API ggml_backend_reg_t ggml_backend_virtgpu_reg(); + +#ifdef __cplusplus +} +#endif |
