Skip to content

b7183

Choose a tag to compare

@github-actions github-actions released this 28 Nov 11:16
15d2b46
rpc : cache and reuse compute graphs (#15405)

Store the last computed graph and reuse it when possible.
Also do not return response from GRAPH_COMPUTE and assume it always
completes successfully. If this this is not the case, the server closes
the connection. This saves us a network round trip to the server.