Lunderberg commented on PR #10907: URL: https://github.com/apache/tvm/pull/10907#issuecomment-1090376360
For the re-use, each unit test is run with an independent hexagon session. The [`hexagon_session` test fixture](https://github.com/apache/tvm/blob/main/tests/python/contrib/test_hexagon/conftest.py#L188) is a function-scope fixture, so it gets regenerated before every test (or parametrization of a test), and every test runs with a unique session. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
