[Apache TVM Discuss] [Development] Strassen Algorithm for Dense

2020-09-22 Thread zj via Apache TVM Discuss
Oh, I see, thanks for your kind reply. --- [Visit Topic](https://discuss.tvm.apache.org/t/strassen-algorithm-for-dense/2661/17) 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/u

[Apache TVM Discuss] [Development] Strassen Algorithm for Dense

2020-09-21 Thread zj via Apache TVM Discuss
Thank you for your reply. Regarding time-consuming fluctuations, I didn't make it clear. After autotvm tune is completed, I picked the best record for time-consuming testing, and its time-consuming fluctuates significantly.I calculate the time difference between the start and the end to get t

[Apache TVM Discuss] [Development] Strassen Algorithm for Dense

2020-09-18 Thread zj via Apache TVM Discuss
Thank you very much for your reply. As I said before, I refer to this tutorial to deploy tvm: https://tvm.apache.org/docs/deploy/cpp_deploy.html. I export tvm.build function as a library first, then load and call the function in C++. According to your suggestion, I set the cpu affinity in thi

[Apache TVM Discuss] [Development] Strassen Algorithm for Dense

2020-09-18 Thread zj via Apache TVM Discuss
Thank you very much for your reply. Ansor looks great, I am very interested, I will try it.If there is any progress, I will be happy to discuss further with you. --- [Visit Topic](https://discuss.tvm.apache.org/t/strassen-algorithm-for-dense/2661/11) to respond. You are receiving this b

[Apache TVM Discuss] [Development] Strassen Algorithm for Dense

2020-09-18 Thread zj via Apache TVM Discuss
Thank you very much for your reply. The hardware I use is AArch64 CPU with 8 cores. I refer to this tutorial to deploy tvm:https://tvm.apache.org/docs/deploy/cpp_deploy.html.The c++ thread that load and use tvm library is bound to 3 intermediate frequency cpus, and TVM_NUM_THREADS is set to 1