Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AOT]Aot module post-test error workaround (#13685)
The deletion of the AotModule python object results in the device shutting down RPC too early, causing an assertion in the DSP. This is a temporary workaround while this is still being investigated. The workaround is to keep a reference to the AotModule object in the HexagonSession object, so it stays until the session has been shut down.
- Loading branch information