Skip to content

Commit

Permalink
small comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvor committed Aug 4, 2023
1 parent 8d41ea8 commit 5c2d62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/src/graph_optimizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ void GraphOptimizer::MergeConvertAndScaleShift(Graph& graph) {
}

void GraphOptimizer::FuseFCAndConvertOnWeights(Graph& graph) {
// This optimization fuses Convert (fp16/u8 -> bf16/fp32) on weights directly to FC input to allow precision conversion handling based on internal logic
// This optimization fuses Convert (fp16 -> bf16/fp32) on weights directly to FC input to allow precision conversion handling based on internal logic
// (e.g. fuse conversion with weights reordering)
auto& graphNodes = graph.GetNodes();

Expand Down

0 comments on commit 5c2d62c

Please sign in to comment.