You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/02/22 09:24:25 UTC

[GitHub] [tvm] leeexyz commented on pull request #7469: [tir]Analysis expr complexity support and simplify pass is turned on based on condition

leeexyz commented on pull request #7469:
URL: https://github.com/apache/tvm/pull/7469#issuecomment-783228958


   Hi, this is a good and simple idea to skip the expression too complex. I just wonder if there is a case that many basic arithmetic operations composited together, and many of them can be simplified. But, here using a counter to calculate the complexity of expression and skip it if greater than a const, say 256 in the PR. Is it approprate?


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

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