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/06/18 19:33:08 UTC

[GitHub] [incubator-tvm] ANSHUMAN87 opened a new pull request #5846: Additional canonicalization added for AddNode

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


   The PR has 2 issue fix:
   1: 2 + x was always operated as x + 2. It hides certain match condition.
   2: Canonicalize (c1 - y) + x --> (x - y) + c1
   
   cc @yzhliu , @zhiics , @tqchen 
   


----------------------------------------------------------------
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 merged pull request #5846: Additional canonicalization added for AddNode

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #5846:
URL: https://github.com/apache/incubator-tvm/pull/5846


   


----------------------------------------------------------------
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 pull request #5846: Additional canonicalization added for AddNode

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


   thanks @ANSHUMAN87 


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