Lunderberg opened a new pull request, #17097:
URL: https://github.com/apache/tvm/pull/17097

   Prior to this commit, `ModuleGetFunction` returned zero if called with an 
incorrect number of arguments, or with incorrect type codes.  This incorrectly 
indicated that the module was inspected, and did not contain the requested 
function.
   
   This commit corrects the implementation of `ModuleGetFunction` to instead 
call set an error message with `TVMAPISetLastError`, then to return an 
appropriate error code.


-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to