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 b383194 commit 75a65eaCopy full SHA for 75a65ea
mlir/lib/Dialect/XeGPU/Transforms/XeGPUUnroll.cpp
@@ -415,6 +415,7 @@ struct UnrollCreateDescOp : public UnrollPattern<xegpu::CreateDescOp> {
415
416
TypedValue<::mlir::VectorType> indiceVec = op.getOffsets();
417
VectorType indiceVecTy = indiceVec.getType();
418
+
419
SmallVector<Type> convertedIndiceTypes =
420
getUnrolledTypes(indiceVecTy, *targetShape);
421
SmallVector<Value> convertedIndiceVec =
0 commit comments