-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
Hey @bgawrych , Thanks for submitting the PR
CI supported jobs: [unix-cpu, windows-gpu, website, unix-gpu, miscellaneous, sanity, edge, centos-gpu, windows-cpu, clang, centos-cpu] Note: |
@mxnet-bot run ci [centos-gpu, unix-cpu, unix-gpu] |
Jenkins CI successfully triggered : [unix-cpu, centos-gpu, unix-gpu] |
@mxnet-bot run ci [centos-gpu, unix-cpu] |
Jenkins CI successfully triggered : [centos-gpu, unix-cpu] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
7e16315
to
f536c48
Compare
@mxnet-bot run ci [all] |
Jenkins CI successfully triggered : [unix-gpu, centos-cpu, unix-cpu, clang, centos-gpu, sanity, windows-gpu, edge, windows-cpu, miscellaneous, website] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Description
During testing dmlc/gluon-nlp#1581 it occurred that identity fuse doesn't work properly on big graph, but works in unit test - that was caused by lack of stop condition in subgraph selector.
This PR fix this issue and expand test to cover such cases