1#include "backend/shared/apir_backend.h"
2#include "ggml-alloc.h"
3#include "ggml-impl.h"
4#include "ggml.h"
5#include "virtgpu-shm.h"
6#include "virtgpu-utils.h"
7
8struct apir_buffer_context_t {
9 apir_buffer_host_handle_t host_handle;
10
11 struct virtgpu_shmem shmem;
12 apir_buffer_type_host_handle_t buft_host_handle;
13};
14
15#include "virtgpu-forward.gen.h"