Skip to content

Commit 5c6f2a8

Browse files
committed
rpc : bump version
1 parent ad47862 commit 5c6f2a8

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
@@ -1173,11 +1173,6 @@ int ggml_metal_op_set_rows(ggml_metal_op_t ctx, int idx) {
11731173

11741174
nth = std::min(nth, nk0);
11751175

1176-
if (nth*nrptg > ggml_metal_pipeline_max_theads_per_threadgroup(pipeline)) {
1177-
nth = ggml_metal_pipeline_max_theads_per_threadgroup(pipeline);
1178-
nrptg = 1;
1179-
}
1180-
11811176
ggml_metal_kargs_set_rows args = {
11821177
/*.nk0 =*/ nk0,
11831178
/*.ne01 =*/ ne01,

0 commit comments

Comments
 (0)