FrozenGene commented on pull request #6537: URL: https://github.com/apache/incubator-tvm/pull/6537#issuecomment-698902831
> > > @FrozenGene that looks interesting. Just to clarify, is this not related to the parameter `n_parallel`, from `autotvm.RPCRunner`, already supported via `--parallel`? > > > > > > Yes, it is not related with `n_parallel`, which is to support we have multi devices to tune. > > Understood. I'm happy to look into it. Can you expand a bit on how that would work, so that we can decide whether adding it here or on a future PR? You need to do the similar thing like we control BIG / LITTLE core via `runtime.config_threadpool`, this api could let us control how many cores and which cpu mode we like. So I am fine leave this in the future pr together with control BIG / LITTLE cpu mode. ---------------------------------------------------------------- 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]
