[TVM Discuss] [Questions] [AutoTVM] Find the default optimization configuration of the kernel

2020-03-26 Thread Sunghyun Park via TVM Discuss
Thank you for the advice! When looking into the autotuners (python/tvm/autotvm/tuner/), they generate a set of optimization configurations that they want to apply to the compilation of each kernel. (If 1,000 trials are given, they will generate 1,000 configurations and pick the best one) I

[TVM Discuss] [Questions] [AutoTVM] Find the default optimization configuration of the kernel

2020-03-26 Thread Robert Bücs via TVM Discuss
Hi, I'm not fully sure whether I understood your questions correctly. If you are looking for the default schedule for a selected target, TVM fetches that from [this](https://github.com/uwsampl/tvm-distro/tree/master/tophub) repository during execution time and places a copy under /home/yourus

[TVM Discuss] [Questions] How to write schedule for +bias

2020-03-26 Thread Sunzj via TVM Discuss
Can we write schedule for +bias. Now "+bias" fuse into conv2d, bias is global memory, can't cache_read. --- [Visit Topic](https://discuss.tvm.ai/t/how-to-write-schedule-for-bias/6100/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these em