You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use LLVM_DEBUG to print, it's info has no file/func/line info. For new developers, it's hard to learn or solve questions by log info.
TVM use V_LOG to print debug info, user can set which file/level to print by export TVM_LOG_XXX="aaa.cc=3, bbb.cc=1, ccc.cc=-1". Log info pattern is '/home/a/aaa.cc:Func():100: info'.
Our team adapted already, whether the community can follow this way? or there is something unique about the current implementation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, we use
LLVM_DEBUG
to print, it's info has no file/func/line info. For new developers, it's hard to learn or solve questions by log info.TVM use V_LOG to print debug info, user can set which file/level to print by
export TVM_LOG_XXX="aaa.cc=3, bbb.cc=1, ccc.cc=-1"
. Log info pattern is '/home/a/aaa.cc:Func():100: info'.Our team adapted already, whether the community can follow this way? or there is something unique about the current implementation?
Beta Was this translation helpful? Give feedback.
All reactions