mehrdadh commented on code in PR #10945:
URL: https://github.com/apache/tvm/pull/10945#discussion_r850034739
##########
python/tvm/contrib/hexagon/build.py:
##########
@@ -110,6 +110,7 @@ def __init__(self, rpc_info: dict, workspace: Union[str,
pathlib.Path] = None):
}
self._rpc_info.update(rpc_info)
self._workspace = self._create_workspace(workspace)
+ self._device_key = self.HEXAGON_REMOTE_DEVICE_KEY
Review Comment:
This is okay as it is. Not sure if this could solve some of the existing
issues with test flakiness on Android. We can consider it later.
--
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]