Where is the debug log of tvm?

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