whisper.cpp/ggml/src/ggml-rpc
Radoslav Gerganov 3477fdb2e3 rpc : keep last_graph_uid in the device context (llama/23273)
With the introduction of MTP we can have multiple compute contexts for
the same RPC device. In this case last_graph_uid is not updated properly
when contexts are being switched. This patch fixes this by moving
last_graph_uid to the device context, making sure it is always updated.

closes: #23242
2026-05-25 12:26:07 +03:00
..
CMakeLists.txt rpc : refactor the RPC transport (llama/21998) 2026-04-30 11:29:12 +03:00
ggml-rpc.cpp rpc : keep last_graph_uid in the device context (llama/23273) 2026-05-25 12:26:07 +03:00
transport.cpp rpc : refactor the RPC transport (llama/21998) 2026-04-30 11:29:12 +03:00
transport.h rpc : refactor the RPC transport (llama/21998) 2026-04-30 11:29:12 +03:00