Skip to content

Commit e10d769

Browse files
committed
remove unused variable
1 parent bbb427a commit e10d769

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Dialect/XeGPU/Transforms/XeGPUWgToSgDistribute.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,6 @@ struct WgToSgArithConstantOp : public OpConversionPattern<arith::ConstantOp> {
844844
rewriter.create<arith::ConstantIndexOp>(loc, rowStride));
845845

846846
SmallVector<Value> newConstOps;
847-
Value mulOffset;
848847
for (auto offsets : *sgOffsets) {
849848
// Multiply offset with stride, broadcast it and add to baseConstVec
850849
Value mulOffset = rewriter.create<arith::ConstantIndexOp>(loc, 0);

0 commit comments

Comments
 (0)