tkonolige opened a new pull request #7153: URL: https://github.com/apache/tvm/pull/7153
- Added libbacktrace to 3rdparty - Changed build settings to give absolute paths in debug symbols - Move CHECK and LOG to tvm/support/logging.h - Rename tvm::Error to tvm::CompileError - Create new tvm::Error that contains structured information including a backtrace. - Replace dmlc::Error with new tvm::Error. - Unify dmlc headers to `include/tvm/support/dmlc.h` and hide LOG and CHECK macros from dmlc. - Rename ICHECK, CHECK, and LOG to TVM_ICHECK, TVM_CHECK, TVM_LOG. This branch is not up to date with main because the changes to check hit a lot of places in the codebase. I'll update it when we are in agreement to merge it. RFC: https://discuss.tvm.apache.org/t/rfc-line-numbers-in-backtraces/8711 @areusch @junrushao1994 @u99127 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
