Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yancey1989 committed Dec 30, 2024
1 parent cedce15 commit befe932
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ void emitInitLoops(OpBuilder& b, ArrayRef<Operation*> col_reduction_ops) {
Location loc = first_root->getLoc();
Value zero = b.create<arith::ConstantIndexOp>(loc, 0);
Value one = b.create<arith::ConstantIndexOp>(loc, 1);
Value two = b.create<arith::ConstantIndexOp>(loc, 1);
Value two = b.create<arith::ConstantIndexOp>(loc, 2);
Value num_elements = emitNumElementsComputation(b, loc, first_root);

Value var;
Expand Down

0 comments on commit befe932

Please sign in to comment.