Skip to content

Commit

Permalink
Disable repeat_count
Browse files Browse the repository at this point in the history
  • Loading branch information
erwei-xilinx committed May 11, 2024
1 parent 532c480 commit c6f2dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlir/lib/Conversion/AIRToAIEPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2640,8 +2640,8 @@ class AIRToAIEPass : public air::impl::AIRToAIEBase<AIRToAIEPass> {
}

int repeat_count = 1;
if (p.second.size() == 1)
repeat_count = air::getRepeatCount(p.second[0]);
// if (p.second.size() == 1)
// repeat_count = air::getRepeatCount(p.second[0]);

if (!channel_head) {
channel_head = start_bb;
Expand Down

0 comments on commit c6f2dcf

Please sign in to comment.