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 2020/04/20 19:58:13 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #5385: [ARITH] Remove the legacy Simplify, migrate to Analyzer.

tqchen opened a new pull request #5385:
URL: https://github.com/apache/incubator-tvm/pull/5385


   The legacy Simplify/CanonicalSimplify are now a thin wrapper around the Analyzer.
   This PR removes these functions and migrated every place that requires
   simplification to enforce Analyzer creation.
   The new API would encourage more Analyzer sharing and potentially enable
   context-aware analyzer-based simplification.
   


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



[GitHub] [incubator-tvm] tqchen commented on issue #5385: [REFACTOR][ARITH] Remove the legacy Simplify, migrate to Analyzer.

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5385:
URL: https://github.com/apache/incubator-tvm/pull/5385#issuecomment-616815559


   cc @yzhliu @merrymercy @Hzfengsy @spectrometerHBH @ZihengJiang 


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