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 2021/05/20 15:39:25 UTC

[GitHub] [tvm] rafzi opened a new pull request #8095: doc: fix description of stop_fusion annotation

rafzi opened a new pull request #8095:
URL: https://github.com/apache/tvm/pull/8095


   The annotation causes the fuse_ops pass to stop fusing once it encounteres the annotation:
   
   https://github.com/apache/tvm/blob/b2c4f1c2cbd4c4b7ac27ac853dbad7c489784444/src/relay/transforms/fuse_ops.cc#L878
   
   Therefore, the correct documentation should state that it stops fusing with the calls that follow, not the previous ones.
   
   @vinx13 @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] [tvm] tqchen merged pull request #8095: doc: fix description of stop_fusion annotation

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


   


-- 
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] [tvm] tqchen commented on pull request #8095: doc: fix description of stop_fusion annotation

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


   Thanks @rafzi !


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