echuraev commented on PR #15137:
URL: https://github.com/apache/tvm/pull/15137#issuecomment-1641944943

   @csullivan In the bug #15358 I have described a problem related to the 
FuseOps pass algorithm. The same problem applicable for the functionality which 
was introduced in this PR. When we stop fusing because the number of the 
function arguments was exceeded, then the first PrimFunc will contain the 
maximum possible number of base functions (if one more base function is added, 
then the `max_function_args` is exceeded). But other PrimFuncs will contain 
only one base function in it. 
   
   I suppose it is a generic problem in current fusion algorithm and it should 
be fixed separately in another PR.


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

Reply via email to