RPC: add tensor_memset (#25912)

This commit is contained in:
Aman Gupta
2026-07-29 15:04:30 +08:00
committed by GitHub
parent 60bccc3763
commit f5b9bd39b5
2 changed files with 84 additions and 3 deletions
+2 -2
View File
@@ -6,9 +6,9 @@
extern "C" {
#endif
#define RPC_PROTO_MAJOR_VERSION 4
#define RPC_PROTO_MAJOR_VERSION 5
#define RPC_PROTO_MINOR_VERSION 0
#define RPC_PROTO_PATCH_VERSION 3
#define RPC_PROTO_PATCH_VERSION 0
#ifdef __cplusplus
static_assert(GGML_OP_COUNT == 101, "GGML_OP_COUNT has changed - update RPC_PROTO_PATCH_VERSION");