Skip to content

Commit

Permalink
remove extra tensor setting
Browse files Browse the repository at this point in the history
  • Loading branch information
aobolensk committed Feb 3, 2025
1 parent 1c9c44e commit 44eef8b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ bool pass::BuildBrgemm::run(snippets::lowered::LinearIR& linear_ir,

const auto& updated_expr = *expr_it;
updated_expr->set_live_regs(std::move(live_regs));
updated_expr->get_input_port_descriptor(0)->set_subtensor(in0_subtensor);
updated_expr->get_input_port_descriptor(1)->set_subtensor(in1_subtensor);
updated_expr->get_output_port_descriptor(0)->set_subtensor(out_subtensor);

modified |= true;
}
Expand Down

0 comments on commit 44eef8b

Please sign in to comment.