Where is the debug log of tvm?

Sorry, I’m new here, I can’t find the debug log, can someone tell me how to find it, thank you very much!!!!

Hi @okkk, if you mean you want to see the log messages produced by DLOG(..), you can do set(USE_RELAY_DEBUG ON) in config.cmake, build, and set environment variable TVM_LOG_DEBUG=1.

1 Like

@yuchenj , Thank you very much for your reply!!!

no problem, have fun!!