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/03/29 06:02:32 UTC

[GitHub] [incubator-tvm] zhiics opened a new pull request #5166: [REFACTOR][IR] relay::StructuralHash to tvm::StructuralHash

zhiics opened a new pull request #5166: [REFACTOR][IR] relay::StructuralHash to tvm::StructuralHash
URL: https://github.com/apache/incubator-tvm/pull/5166
 
 
   #5159 
   
   This PR replaces `relay::StructuralHash` with `tvm::StructuralHash` in C++ and relay.analysis.structural_hash` with `tvm.ir.structural_hash` in Python, respectively. The hash.cc file in Relay is now removed.
   
   A followup PR can be send to remove all the `AttrEqual` and `AttrHash` related code in C++.
   
   

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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen commented on issue #5166: [REFACTOR][IR] relay::StructuralHash to tvm::StructuralHash

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5166: [REFACTOR][IR] relay::StructuralHash to tvm::StructuralHash
URL: https://github.com/apache/incubator-tvm/pull/5166#issuecomment-605666935
 
 
   @zhiics please rebase against the master

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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen commented on issue #5166: [REFACTOR][IR] relay::StructuralHash to tvm::StructuralHash

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5166: [REFACTOR][IR] relay::StructuralHash to tvm::StructuralHash
URL: https://github.com/apache/incubator-tvm/pull/5166#issuecomment-605692036
 
 
   Thanks @zhiics !

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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen merged pull request #5166: [REFACTOR][IR] relay::StructuralHash to tvm::StructuralHash

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #5166: [REFACTOR][IR] relay::StructuralHash to tvm::StructuralHash
URL: https://github.com/apache/incubator-tvm/pull/5166
 
 
   

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


With regards,
Apache Git Services