Johnson9009 opened a new pull request, #14656:
URL: https://github.com/apache/tvm/pull/14656
This "LOG(FATAL)" will error out when the function isn't found in
“executable”, so it will prevent the recursive query the function in the
imported modules of "executable".
For example, if the module hierarchy is something like below.
executable
|---LLVMModuleNode
|___NPUModuleNode
This bug will cause we can't get the function in NPUModuleNode by the call
"executalbe.get_function("npu_func1", query_imports=True)".
--
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]