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/07/16 08:18:26 UTC

[GitHub] [incubator-tvm] poyenc opened a new pull request #6075: Add check for dependency passes in SequentialNode::operator()

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


   This pull request add `PassEnabled()` calls for the dependency passes to avoid execution of any disable passes.
   
   @tqchen, @jroesch please help review, thanks!


----------------------------------------------------------------
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] poyenc closed pull request #6075: [IR] Add check for dependency passes in SequentialNode::operator()

Posted by GitBox <gi...@apache.org>.
poyenc closed pull request #6075:
URL: https://github.com/apache/incubator-tvm/pull/6075


   


----------------------------------------------------------------
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 #6075: [IR] Add check for dependency passes in SequentialNode::operator()

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


   Thanks for the discussion. In this particular case, I think the behavior is expected. Because the dependency itself might be required in order to run the pass
   
   


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