Hi all, I’m excited that I can debug tvm source code now! But when I dive into the source code, I can’t see very helpfull messages. Could you give some experience?
For example, it’s hard for me to see what contains in the variable mod. I use *mod.operator->()
to print an IRModule, is that the best way?
It prints a lot of infomation, but it’s hard to read. Could anyone who debug with tvm give some advice?
Any commands to see the class members? or somewhat, than you!