Skip to content

Commit 80ab644

Browse files
committed
fix
1 parent 03522d9 commit 80ab644

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,6 @@ struct LoadNdDistribution final : public gpu::WarpDistributionPattern {
504504
loadOp,
505505
"xegpu::LoadNdOp require chip information to determine transpose "
506506
"requirement");
507-
// int64_t offsetSize = static_cast<int64_t>(loadOp.getOffsets().size());
508-
// if ((offsetSize != 0) || loadOp.getConstOffsetsAttr())
509-
// return failure();
510507
// Expecting offsets to be present.
511508
SmallVector<OpFoldResult> offsets = loadOp.getMixedOffsets();
512509
if (offsets.empty())

0 commit comments

Comments
 (0)