roastduck edited a comment on pull request #5465:
URL: https://github.com/apache/incubator-tvm/pull/5465#issuecomment-620979160


   Fixed. The problem was that some ops consist of too may `tvm_if_then_else`s, 
such as `stride_set`. The resulting number of branches increases exponentially 
on the number of `tvm_if_then_else`s. I added a threshold to control the max 
number of `tvm_if_then_else`s in one statement. If the threshold is exceeded, 
the conversion will not be performed.
   
   Re-requesting reviews. @tqchen @ZihengJiang @ajtulloch.


----------------------------------------------------------------
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:
[email protected]


Reply via email to