Lunderberg opened a new pull request, #16845: URL: https://github.com/apache/tvm/pull/16845
Prior to this commit, attempting to execute the result of `sess.get_global_func` for a non-existing function name would result in a segfault. While the equivalent `tvm.get_global_func` can throw an exception when looking up the function, Disco returns a `DFunction` immediately. This `DFunction` may resolve to a null pointer, and should be checked in the worker process before calling it. -- 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]
