junrushao1994 opened a new issue #9567: URL: https://github.com/apache/tvm/issues/9567
### Expected behavior The snippet below should suppress C++ stacktraces, but actually it doesn't. I digged into the codebase but found nowhere the environment variable is used in C++... ```python TVM_BACKTRACE=0 python main.py # main.py is any code that triggers TVMError ``` ### Actual behavior The environment variable isn't in effect ### Environment OS version is not relevant. TVM version is the current HEAD (328d7c7c09763b8532a6a7359a5dc6d5ee6c8a98) ### Steps to reproduce Provided in the previous section. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
