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

   PrimFuncPass temporarily clears the module slot for the function being 
transformed before calling pass_func. Dumping the IRModule mid-pass can 
therefore see undefined BaseFuncs and crash in SortableFunction when calling 
tvm::Dump(). Guard with func.defined(), assign a fallback sort priority, and 
log instead of dereferencing.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to