You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "kparzysz-quic (via GitHub)" <gi...@apache.org> on 2023/08/10 17:40:14 UTC

[GitHub] [tvm] kparzysz-quic commented on pull request #15474: [Unity][Pass] Fixpoint simplification

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

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