1#pragma once
 2
 3#include "ggml.h"
 4#include "ggml-backend.h"
 5
 6#ifdef  __cplusplus
 7extern "C" {
 8#endif
 9
10GGML_BACKEND_API ggml_backend_reg_t ggml_backend_virtgpu_reg();
11
12#ifdef  __cplusplus
13}
14#endif