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 1a15ced commit be9277fCopy full SHA for be9277f
mlir/lib/Dialect/XeGPU/Utils/XeGPUUtils.cpp
@@ -147,7 +147,7 @@ xegpu::DistributeLayoutAttr xegpu::getDistributeLayoutAttr(const Value value) {
147
}
148
149
if (auto arg = dyn_cast<BlockArgument>(value)) {
150
- auto parentOp = arg.getOwner()->getParentOp();
+ auto *parentOp = arg.getOwner()->getParentOp();
151
if (auto loop = dyn_cast<LoopLikeOpInterface>(parentOp)) {
152
OpOperand *tiedInit = loop.getTiedLoopInit(arg);
153
if (tiedInit)
0 commit comments