masahi commented on code in PR #11243: URL: https://github.com/apache/tvm/pull/11243#discussion_r877910472
########## docs/errors.rst: ########## @@ -34,27 +34,37 @@ these error messages and what you can do when they occur. Where do these errors come from? -------------------------------- -This error is caused by an internal invariant being violated during TVM's -execution. On a technical level, the message is generated by the -``ICHECK`` macro, found in ``include/tvm/runtime/logging.h``. +TVM is complex system, so errors may come from many places, and may inference +other errors. Most of the errors comes from runtime enviroment. From technical Review Comment: typo inference -> interfere? enviroment -> environment -- 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]
