Skip to content

Commit 7748ae1

Browse files
authored
Merge pull request #20 from kpouget/remoting
remotingbackend: update the VIRGL_APIR indexes to match virgilrenderer v1.1.1-remoting-0.1
2 parents 7fa7374 + 69f9255 commit 7748ae1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ggml/src/ggml-remotingbackend/shared/api_remoting.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#define VIRGL_APIR_COMMAND_TYPE_LoadLibrary 255
2-
#define VIRGL_APIR_COMMAND_TYPE_Forward 256
3-
1+
#define VIRGL_APIR_COMMAND_TYPE_LoadLibrary 331
2+
#define VIRGL_APIR_COMMAND_TYPE_Forward 332
43

54
static inline const char *api_remoting_command_name(int32_t type)
65
{

0 commit comments

Comments
 (0)