FrozenGene commented on pull request #6537: URL: https://github.com/apache/incubator-tvm/pull/6537#issuecomment-698888096
> > We could add `--num-threads` to control how many cores to tune. This is important for remote devices like ARM > > @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. > > We could add `--cpu-mode` to control BIG core or LITTLE core to tune. Imagine remote devices like have A72 + A35. This feature maybe should require us to expose one interface in our AutoTVM to use API `runtime.config_threadpool`. > > Yes, that looks useful. Can we add it in a separate PR, considering it requires some infra to be exposed to AutoTVM? Fine to me. ---------------------------------------------------------------- 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]
