Skip to content

Commit 4949a1f

Browse files
committed
save work
1 parent 6114c6b commit 4949a1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,7 @@ SGMapPropagation::visitOperation(Operation *op,
320320
})
321321
/// No need to propagate the layout to operands in CreateNdDescOp because
322322
/// they are scalars (offsets, sizes, etc.).
323-
.Case<xegpu::CreateNdDescOp>(
324-
[&](auto createNdDescOp) { return success(); })
323+
.Case<xegpu::CreateNdDescOp>([&](auto createNdDescOp) {})
325324
.Case<vector::TransposeOp>([&](auto transposeOp) {
326325
visitTransposeOp(transposeOp, operands, results);
327326
})

0 commit comments

Comments
 (0)