[Apache TVM Discuss] [Questions] ARM time evaluator with cpu flush cache

2020-11-16 Thread Bernhard Klein via Apache TVM Discuss
Makes sense. Thank you! :grinning: --- [Visit Topic](https://discuss.tvm.apache.org/t/arm-time-evaluator-with-cpu-flush-cache/8469/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/e

[Apache TVM Discuss] [Questions] ARM time evaluator with cpu flush cache

2020-11-16 Thread Cody H. Yu via Apache TVM Discuss
This is because the clflush is a platform-dependent call, and currently we only support x86. cc @FrozenGene who added this support to x86. --- [Visit Topic](https://discuss.tvm.apache.org/t/arm-time-evaluator-with-cpu-flush-cache/8469/2) to respond. You are receiving this because you en

[Apache TVM Discuss] [Questions] ARM time evaluator with cpu flush cache

2020-11-16 Thread Bernhard Klein via Apache TVM Discuss
Hi, the RRCRunner used in AutoTVM has the option to enable cpu cache flushing between measurements. It can be easy configured in measurement options and so used in the auto-tuning process. However, when I run a manual measurement of an operator I use the time_evaluatior function, which don't