[Apache TVM Discuss] [Questions] [auto-scheduler] Measure time for default schedule of single workload

2021-08-07 Thread Andrey Malyshev via Apache TVM Discuss
Autoscheduler completely ignores manually developed schedules, it creates new schedules using only compute function and its Ansor rulls how to transforms one schedule to another. You will not be able to get default scheduling through Ansor workflow. Instead of this it might be better to take i

[Apache TVM Discuss] [Questions] [auto-scheduler] Measure time for default schedule of single workload

2021-08-07 Thread Wheest via Apache TVM Discuss
I am developing in Ansor, which tunes and evaluates workloads in a model independently, and can evaluate them standalone using the utilities in [measure.py](https://github.com/apache/tvm/blob/main/python/tvm/auto_scheduler/measure.py). I want to compile a single workload in a model using the d