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

2020-09-16 Thread Githubzj via Apache TVM Discuss
@FrozenGene,do you have any updates about this topic? --- [Visit Topic](https://discuss.tvm.apache.org/t/strassen-algorithm-for-dense/2661/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apac

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

2020-09-16 Thread Githubzj via Apache TVM Discuss
I did some tests, and the result is that tvm cannot exceed MNN. --- [Visit Topic](https://discuss.tvm.apache.org/t/strassen-algorithm-for-dense/2661/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discus

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

2020-09-17 Thread Githubzj via Apache TVM Discuss
@FrozenGene Thank you for your reply. I refer to this tutorial for my experiments: https://zhuanlan.zhihu.com/p/75203171, and this tutorial seems to be written by you. I tried [1024, 1024] * [1024, 1024], [2048, 2048] * [2048, 2048], [256, 256] * [256, 256], [128, 128] * [128, 128], etc, and