I'm using Auto Scheduler to find the best performance for the model. However, when I apply best history like this: ```python with auto_scheduler.ApplyHistoryBest(log_file): with tvm.transform.PassContext(opt_level=3, disabled_pass=["FoldScaleAxis"], config={"relay.backend.use_auto_scheduler": True}): vm_exec = relay.vm.compile(mod, target=TARGET, params=params) ``` A lot of log throw to terminal: `Cannot find config for target... ` and model after compile not faster: ```python Cannot find config for target=llvm -keys=cpu -libs=mkl -link-params=0 -mcpu=core-avx2, workload=('conv2d_NCHWc.x86' ..... ``` Because my model not able to run with relay.build <br> How I could be applied log file with relay.vm.compile !!?
--- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-apply-best-history-after-auto-scheduler-for-relay-vm-compile/10908/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/19d012fd4a2e8aa280a49b22d3ea2068e209c5a75d87bfc16b48d56daa47bf3a).