File: ggml-virtgpu.h

package info (click to toggle)
ggml 0.9.6-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 20,048 kB
  • sloc: cpp: 128,987; ansic: 45,176; lisp: 10,524; python: 1,591; objc: 1,350; sh: 827; makefile: 73
file content (16 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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