sergei-grechanik commented on issue #5171: [Arith] linear system and equation solver URL: https://github.com/apache/incubator-tvm/pull/5171#issuecomment-606979220 About `SuperSimplify`: it was a combination of the canonical simplifier and the rewriting simplifier that worked best for autodiff (I actually ran it with different combinations and rewrite->canonical->rewrite turned out to be the best, although canonical->rewrite was good too). I think currently the default Simplify function is rewrite->canonical, not sure if this order has a good justification.
---------------------------------------------------------------- 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] With regards, Apache Git Services
