TVM debugging resources?

Is there any central documentation with debugging resources for aspiring TVM developers?

I see that TVM has a number of internal facilities like TVM_LOG_DEBUG, dumping IR after each phase, or PrettyPrint-family of functions, but they don’t seem easily discoverable. Is there any page where one can find out about these very powerful tools?

Thanks!

I’m not aware of any such document, unfortunately. Developer doc gets outdated quickly.

1 Like

For what is worth, this is a common problem.

In case it helps, the PyTorch team is discussing ideas for organizing dev documentation too: What should we do about developer documentation? - documentation - PyTorch Dev Discussions

IMO - a few strategically placed README.md files would help a lot.