Skip to content

Commit

Permalink
yeet
Browse files Browse the repository at this point in the history
  • Loading branch information
Groverkss committed Oct 30, 2024
1 parent 2d1a910 commit 69d82db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static LogicalResult setConvolutionAnchor(IREE::GPU::MMAScheduleAttr schedule,
Value rhs = conv->getOperand(1);
Value acc = conv->getOperand(2);

// eet layouts for lhs, rhs and acc.
// Set layouts for lhs, rhs and acc.
rewriter.setInsertionPoint(conv);
auto layoutedLhs =
rewriter.create<ToLayoutOp>(loc, lhs, aLayout, schedule.getIntrinsic());
Expand Down

0 comments on commit 69d82db

Please sign in to comment.