rpc: support apple RDMA as an RPC transport (#26421)

* rpc: support apple RDMA as an RPC transport

* remove set_tensor micro optimization, rpc socket pinning per CR

* remove transparent reconnect

* trigger apple builds on RPC changes

---------

Co-authored-by: Ryan Churaman <rschu@meta.com>
This commit is contained in:
Ryan C
2026-08-25 20:12:15 +03:00
committed by GitHub
co-authored by Ryan Churaman
parent 0a5ac49bce
commit b114b47397
8 changed files with 621 additions and 38 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ on:
types: [opened, synchronize, reopened]
paths: [
'.github/workflows/build-apple.yml',
'ggml/src/ggml-metal/**'
'ggml/src/ggml-metal/**',
'ggml/src/ggml-rpc/**'
]
concurrency: