[TVM Discuss] [Application] TOPI autotuning integration

2020-03-25 Thread Wheest via TVM Discuss
Thanks, I've been using the v0.6 release, rather than the development branch. This Relay Op Strategy design seems to bring a lot more clarity to the process, and hopefully I'll get a MWE off the ground soon. --- [Visit Topic](https://discuss.tvm.ai/t/topi-autotuning-integration/6079/3)

[TVM Discuss] [Application] TOPI autotuning integration

2020-03-24 Thread Haichen Shen via TVM Discuss
Did you use the latest TVM master version? In latest version, we move to use [Relay Op Strategy](https://docs.tvm.ai/dev/relay_op_strategy.html) to choose which implementation to compile for each op. You need to add your implementation in the strategy in order to be used during the