Skip to content

Commit

Permalink
Revert reorder WR.
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizhou2016 committed May 27, 2022
1 parent 997337c commit 1f39925
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/intel_cpu/src/edge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ bool Edge::enforceReorder() {
if (p_edge_peer.get() == this)
continue;
if (p_edge_peer->getChild()->getType() != Type::Reorder &&
p_edge_peer->getOutputPortDesc()->isCompatible(*p_edge_peer->getInputPortDesc()) &&
p_edge_peer->inPlace(LOOK_DOWN))
canBeInPlaceConflicts = true;
}
Expand Down

0 comments on commit 1f39925

Please sign in to comment.