tkonolige opened a new pull request #7810: URL: https://github.com/apache/tvm/pull/7810
- Adds a stateful interface for the VM because there is no way to return an ADT using rpc. The stateful interface is similar to the graph runtime: `invoke_stateful` followed by `get_outputs`. - Automatically copy DLTensor inputs into local NDArrays. - Validate that the return values from an RPC call are sendable. - Correct check in VM initialization to handle remote cpu devices correctly. @tmoreau89 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
