-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
Hey @bartekkuncer , Thanks for submitting the PR
CI supported jobs: [centos-gpu, centos-cpu, windows-gpu, windows-cpu, edge, clang, miscellaneous, website, unix-gpu, unix-cpu, sanity] Note: |
@mxnet-bot run ci [centos-gpu, unix-gpu] |
Jenkins CI successfully triggered : [centos-gpu, unix-gpu] |
@mxnet-bot run ci [clang, website, unix-gpu] |
Jenkins CI successfully triggered : [website, unix-gpu, clang] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [windows-gpu] |
Jenkins CI successfully triggered : [windows-gpu] |
Description
This change fixes remove Casts fuse. The problem was caused by property trying to connect each output entry to subsequent subgraph outputs even though this fuse has only one output. This went unnoticed earlier as without EliminateCommonNodesPass all instances of the fuse had only one output entry.