Skip to content

Commit 157bbb2

Browse files
ooooo-createEnigmatisms
authored andcommitted
fix typos (PaddlePaddle#74497)
1 parent f962b15 commit 157bbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/cinn/ir/group_schedule/dy_shape_group_scheduler.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ std::vector<std::pair<SymbolicPredicate, ir::Expr>>
136136
DynamicShapeGroupScheduler::GetCX86IRs() {
137137
std::vector<std::pair<SymbolicPredicate, ir::Expr>> irs(1);
138138
irs[0].first = ir::EQ::Make(ir::Expr(1), ir::Expr(1));
139-
irs[1].second = ir_sch_->GetModule().GetExprs()[0];
139+
irs[0].second = ir_sch_->GetModule().GetExprs()[0];
140140
return irs;
141141
}
142142

0 commit comments

Comments
 (0)