Skip to content

Commit 73c5330

Browse files
committed
rpc : bump version
1 parent 50f2d86 commit 73c5330

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

ggml/include/ggml-rpc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extern "C" {
77
#endif
88

99
#define RPC_PROTO_MAJOR_VERSION 3
10-
#define RPC_PROTO_MINOR_VERSION 5
10+
#define RPC_PROTO_MINOR_VERSION 6
1111
#define RPC_PROTO_PATCH_VERSION 0
1212
#define GGML_RPC_MAX_SERVERS 16
1313

ggml/src/ggml-metal/ggml-metal-ops.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,11 +1216,6 @@ int ggml_metal_op_set_rows(ggml_metal_op_t ctx, int idx) {
12161216

12171217
nth = std::min(nth, nk0);
12181218

1219-
if (nth*nrptg > ggml_metal_pipeline_max_theads_per_threadgroup(pipeline)) {
1220-
nth = ggml_metal_pipeline_max_theads_per_threadgroup(pipeline);
1221-
nrptg = 1;
1222-
}
1223-
12241219
ggml_metal_kargs_set_rows args = {
12251220
/*.nk0 =*/ nk0,
12261221
/*.ne01 =*/ ne01,

0 commit comments

Comments
 (0)