Skip to content

Commit

Permalink
small review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvor committed Aug 10, 2023
1 parent c0d5ead commit 0141a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ INSTANTIATE_TEST_SUITE_P(smoke_FC_3D_BF16, MatMulDecompressConvertTest, testPara
} // namespace


/* In case of Convert has 2 or more childs there is a problem with memory allocation in CPU plug-in (see Edge::init() method).
/* In case of Convert has 2 or more consumers there is a problem with memory allocation in CPU plug-in (see Edge::init() method).
Maybe we can just remove the check (edgePtr->getParent()->isConstant() && !edgePtr->getChild()->isConstant()) and everything will be OK,
But this solution should be additionally checked. For now, for these cases we will not be doing CF on the CPU side and it should be done
on the ngraph side.
Expand Down

0 comments on commit 0141a4a

Please sign in to comment.