FrozenGene opened a new pull request #7046: URL: https://github.com/apache/tvm/pull/7046
We don't append target host to measure record serialization / deserialization currently, which works well on x86 host machine / target is simply arm cpu. However, it will have problem for more complex deployment. Say we want to on our x86 server machine cross compile for arm machine's mali GPU, whose target host is arm cpu, but target is mali GPU. So we should add target host to measure record if `target_host` is not `nullptr`. ---------------------------------------------------------------- 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]
