You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@tvm.apache.org by Zhao Wu via TVM Discuss <no...@discuss.tvm.ai> on 2020/09/01 02:45:43 UTC

[TVM Discuss] [Questions] How to further improve the performance of given schedule?


CPI rate is a little high. One reason is maybe we generate too many redundancy instructions. So tensorize GEMM core part maybe is one solution.  As you have performed better than oneDNN, you could compute the efficiency of CPU (like 60%, 70% or ...), if you have reached like 98% efficiency, you maybe hardly to improve next.





---
[Visit Topic](https://discuss.tvm.ai/t/how-to-further-improve-the-performance-of-given-schedule/7711/6) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/91c7de136b2013764f2e9771749637c6ee2b2b11d883f786827edc79b7f33fcb).

[TVM Discuss] [Questions] How to further improve the performance of given schedule?

Posted by Zhao Wu via TVM Discuss <no...@discuss.tvm.ai>.

Yes, if you really want to improve, you need to analyze deeper. Like what kind of instruction effects lower performance then you should try to avoid it (Like using tensorize). I think your current performance is good enough now.





---
[Visit Topic](https://discuss.tvm.ai/t/how-to-further-improve-the-performance-of-given-schedule/7711/8) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/42a91739e4bf480e81f0ee9c2cd9d09b6a575ca357ae2201e264d85cc4bc4add).

[TVM Discuss] [Questions] How to further improve the performance of given schedule?

Posted by Tianming Xu via TVM Discuss <no...@discuss.tvm.ai>.

@FrozenGene  As for the cpu efficiency,
![image|614x342](upload://xub5DUQWSs2BAXQpRA9l6Xcl9kn.png) 

I noticed that vtune reported above 93% cpu utilization. (I only use single thread single cpu core.)
Does it mean there is not much room for improvement?





---
[Visit Topic](https://discuss.tvm.ai/t/how-to-further-improve-the-performance-of-given-schedule/7711/7) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/db2b07b9ecbc2c9e20d1f99a6d97d2225f4924229e49beabbc7c2662a761e6fa).