[Apache TVM Discuss] [Questions] Can't link soft-float modules with double-float modules

2021-08-29 Thread xiongwu via Apache TVM Discuss
Well, can we specify the `-target-abi` in target of `tvm.build` now? Or we stilll need to generate .ll code and specify it in clang and llc? --- [Visit Topic](https://discuss.tvm.apache.org/t/cant-link-soft-float-modules-with-double-float-modules/10140/20) to respond. You are receiving t

[Apache TVM Discuss] [Questions] How to apply best history after Auto Scheduler for relay.vm.compile

2021-08-29 Thread Nam Nguyen Duc via Apache TVM Discuss
Are there any other solutions !? I spent a lot of time tuning the model. But now I can't use it :disappointed_relieved: --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-apply-best-history-after-auto-scheduler-for-relay-vm-compile/10908/3) to respond. You are receiving this becau

[Apache TVM Discuss] [Questions] How to apply best history after Auto Scheduler for relay.vm.compile

2021-08-29 Thread Andrey Malyshev via Apache TVM Discuss
[quote="namduc, post:1, topic:10908"] `relay.vm.compile` [/quote] virtual machine execution cannot be tuned so far --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-apply-best-history-after-auto-scheduler-for-relay-vm-compile/10908/2) to respond. You are receiving this because you

[Apache TVM Discuss] [Questions] How to apply best history after Auto Scheduler for relay.vm.compile

2021-08-29 Thread Nam Nguyen Duc via Apache TVM Discuss
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_s