comaniac commented on pull request #7877:
URL: https://github.com/apache/tvm/pull/7877#issuecomment-822633881


   Thanks for the PR and explanation. Meanwhile, could you elaborate your use 
case that could be benefit from this async process? AFAIK, we currently build N 
schedules in parallel on host with multi-threading, and measure their runtime 
on device sequentially. Since the build time of each schedule is similar, the 
bottleneck is definitiely the runtime measurement. In this case when you have 
only one device, async build and run doesn't help.


-- 
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]


Reply via email to