You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "MasterJH5574 (via GitHub)" <gi...@apache.org> on 2023/09/19 20:43:52 UTC

[GitHub] [tvm] MasterJH5574 opened a new pull request, #15782: [Unity][BugFix] FuseTIR not keeping ExternFunc in IRModule

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

   This PR fixes a bug of the FuseTIR pass in Relax.
   
   Prior to this fix, when an IRModule has an ExternFunc in its function table, the ExternFunc will be removed by the pass and does not show up in the output IRModule.
   
   This PR fixes this issue by forcing keeping the ExternFunc.


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


[GitHub] [tvm] junrushao merged pull request #15782: [Unity][BugFix] FuseTIR not keeping ExternFunc in IRModule

Posted by "junrushao (via GitHub)" <gi...@apache.org>.
junrushao merged PR #15782:
URL: https://github.com/apache/tvm/pull/15782


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