cyx-6 commented on pull request #10326:
URL: https://github.com/apache/tvm/pull/10326#issuecomment-1048501617
@junrushao1994 Sure. Here is an example for new error message:
> TVMError: In function testadd(int, int) -> int: error while converting
argument 0
If we wrongly call function `testadd("a", 1)`, whose definition is
`TVM_REGISTER_GLOBAL("testadd").set_body_typed([](int a, int b) -> int {
return a + b; });`
--
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]