junrushao1994 opened a new pull request #9559: URL: https://github.com/apache/tvm/pull/9559
Addressed the UX issue raised in #9551. To address the first issue (cryptic error message on packed function boundary), this PR introduced a decorator @type_checked to do runtime type checking and generate more user-friendly error messages. In our example:  The second issue is mainly wording. This PR rephrasing the error message to: ``` ValueError: The loop no long exists in the IRModule ``` However, I cannot find any environment variable to disable stacktrace printing. It was there months ago but no longer exists...Weird... The notebook: https://gist.github.com/junrushao1994/cd0a33dc966da3b3f1abfa50a14e6d2c CC: @tqchen -- 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]
