[Apache TVM Discuss] [Questions] C++ APIs of Ansor auto-scheduler

2022-06-12 Thread Lianmin Zheng via Apache TVM Discuss
There are no existing examples avaiable. But you can try to build one by translating existing python code to c++ code. The c++ entry point is file https://github.com/apache/tvm/blob/main/src/auto_scheduler/auto_schedule.cc --- [Visit Topic](https://discuss.tvm.apache.org/t/c-apis-of-ansor

[Apache TVM Discuss] [Questions] C++ APIs of Ansor auto-scheduler

2020-10-01 Thread Hecmay via Apache TVM Discuss
Hi, I was trying to convert a neural network into tensor expressions, and optimize the performance using Ansor (in C++). However, I was not able to find any document or test case to use Ansor in C++ (there is a simple cpp testcase for Ansor ComputeDAG, but it does not describe a complete a