You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/11/19 00:26:03 UTC

[GitHub] [tvm] zxybazh commented on issue #13425: [Bug] Task initialization failed for one subgraph in resnet50

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

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