tmoreau89 commented on issue #4304: [RFC] Benchmark Performance Log Format WIP URL: https://github.com/apache/incubator-tvm/issues/4304#issuecomment-557726382 @tqchen `docker_tag` is under metadata; therefore it's mostly seen as optional (and is here for example purposes) Indeed `num_cpu_threads` is a tricky one and I thought long and hard about this; it makes sense not to place it under `software_config`, and instead could be considered a `hardware` metric. But generally thinking, when do we want to reduce the number of CPU threads that are made usable by the hardware target? For instance with `n1-standard-16` we have 16CPUs. In what situations do we want to reduce the number of available virtual threads? And how would that be enforced? There are multiple ways to do so; one example is while doing `docker run` we can pass the number of CPUs the container can utilize.
---------------------------------------------------------------- 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] With regards, Apache Git Services
