Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
riverlijunjie committed Oct 9, 2023
1 parent ae27dee commit beaacc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/src/compiled_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CompiledModel : public ov::ICompiledModel {
"",
false,
"Not Implemented",
"CompiledModel::set_property is not supported by this plugin!");
"CompiledModel::set_property is not supported by CPU plugin!");
};

private:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void SnippetsTestsCommon::validateNumSubgraphs() {
num_nodes++;
}

// Skip this assert due to Issue -114763
// Skip this assert due to Issue - 115822
// ASSERT_EQ(ref_num_nodes, num_nodes) << "Compiled model contains invalid number of nodes.";
ASSERT_EQ(ref_num_subgraphs, num_subgraphs) << "Compiled model contains invalid number of subgraphs.";
}
Expand Down

0 comments on commit beaacc1

Please sign in to comment.