ggml: new backend for Virglrenderer API Remoting acceleration (v2) (#18718)

This commit is contained in:
Kevin Pouget 2026-01-28 10:49:40 +01:00 committed by GitHub
parent 6ad70c5a77
commit b7feacf7f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 4711 additions and 0 deletions

View file

@ -0,0 +1,16 @@
#pragma once
#include "ggml.h"
#include "ggml-backend.h"
#ifdef __cplusplus
extern "C" {
#endif
#define GGML_REMOTING_FRONTEND_NAME "RemotingFrontend"
GGML_BACKEND_API ggml_backend_reg_t ggml_backend_virtgpu_reg();
#ifdef __cplusplus
}
#endif