kparzysz-quic commented on PR #15474:
URL: https://github.com/apache/tvm/pull/15474#issuecomment-1673635589

   All of this should be doable in a single execution of a sequence of 
optimizations.  If we don't get it. we should examine our passes for 
deficiencies.  Doing fixed point transformations is (IMO) a warning sign to 
look at what we're missing that we're trying to make up for with repeated 
iterations.
   
   Even in the pattern matching pass (where repetition is justifiable) we 
should have a max number of iterations to perform.


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