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 xintin via Apache TVM Discuss <no...@discuss.tvm.ai> on 2021/03/30 01:13:41 UTC

[Apache TVM Discuss] [Questions] Print out schedule for debugging


Is it possible now to get the above "schedule" representation?





---
[Visit Topic](https://discuss.tvm.apache.org/t/print-out-schedule-for-debugging/1885/7) 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/unsubscribe/e3c04b0d7feb14ed46382361d3dbfc1967ae03f52a42a51152e8579223147725).

[Apache TVM Discuss] [Questions] Print out schedule for debugging

Posted by xintin via Apache TVM Discuss <no...@discuss.tvm.ai>.

@JosseVanDelm Thanks. I was reading about it, and it might be helpful. I will update here if I find something more detailed.





---
[Visit Topic](https://discuss.tvm.apache.org/t/print-out-schedule-for-debugging/1885/9) 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/unsubscribe/84a8ac84a7c836f29d10e6d310bf0c6725dc683fdde0588e7537b80b650e458e).

[Apache TVM Discuss] [Questions] Print out schedule for debugging

Posted by Josse Van Delm via Apache TVM Discuss <no...@discuss.tvm.ai>.

There exists something like [TEDD](https://tvm.apache.org/docs/tutorials/language/tedd.html)
But it is not as finegrained as in @YuanLin 's answer.

You can always use `tvm.lower(schedule,[input_placeholders], simple_mode=True),` to get the "for loop view" though





---
[Visit Topic](https://discuss.tvm.apache.org/t/print-out-schedule-for-debugging/1885/8) 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/unsubscribe/3806cbd1bc148061dc611d540d8ea258e861e27c5e44ffb1c19e4b901e244eb0).