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?