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
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
[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
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