Skip to content

Commit

Permalink
add missing name
Browse files Browse the repository at this point in the history
  • Loading branch information
aobolensk committed Jan 14, 2025
1 parent 2311f09 commit 5ecff19
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class BrgemmBlocking : public snippets::lowered::pass::RangedPass, public Brgemm
OPENVINO_ASSERT(brgemm, "Brgemm is nullptr!");
auto csv_path = linear_ir.get_config().debug_config.dumpParams.csv_path;
std::stringstream ss;
ss << brgemm_expr->get_node()->get_friendly_name() << ",";
for (size_t i = 0; i < brgemm->get_input_size(); ++i) {
ss << brgemm->get_input_element_type(i);
if (i != brgemm->get_input_size() - 1) {
Expand Down

0 comments on commit 5ecff19

Please sign in to comment.