You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/19 17:11:57 UTC

[GitHub] [tvm] comaniac commented on pull request #7877: Async measurer API for auto-scheduler scripts

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:
users@infra.apache.org