zxybazh commented on issue #13425: URL: https://github.com/apache/tvm/issues/13425#issuecomment-1320698077
Thanks for reporting this issue. I found this is caused by check vnni function introduced in #13383 where I didn't check if the pointer to PackedFunc itself is nullptr. To workaround that you can add a check for this pointer. -- 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]
