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.
2 parents dea1965 + 80ab644 commit 2deea3fCopy full SHA for 2deea3f
mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp
@@ -504,9 +504,6 @@ struct LoadNdDistribution final : public gpu::WarpDistributionPattern {
504
loadOp,
505
"xegpu::LoadNdOp require chip information to determine transpose "
506
"requirement");
507
- // int64_t offsetSize = static_cast<int64_t>(loadOp.getOffsets().size());
508
- // if ((offsetSize != 0) || loadOp.getConstOffsetsAttr())
509
- // return failure();
510
// Expecting offsets to be present.
511
SmallVector<OpFoldResult> offsets = loadOp.getMixedOffsets();
512
if (offsets.empty())
0 commit comments