We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb427a commit e10d769Copy full SHA for e10d769
mlir/lib/Dialect/XeGPU/Transforms/XeGPUWgToSgDistribute.cpp
@@ -844,7 +844,6 @@ struct WgToSgArithConstantOp : public OpConversionPattern<arith::ConstantOp> {
844
rewriter.create<arith::ConstantIndexOp>(loc, rowStride));
845
846
SmallVector<Value> newConstOps;
847
- Value mulOffset;
848
for (auto offsets : *sgOffsets) {
849
// Multiply offset with stride, broadcast it and add to baseConstVec
850
Value mulOffset = rewriter.create<arith::ConstantIndexOp>(loc, 0);
0 commit comments