Skip to content

Commit 75a65ea

Browse files
committed
small fix
1 parent b383194 commit 75a65ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ struct UnrollCreateDescOp : public UnrollPattern<xegpu::CreateDescOp> {
415415

416416
TypedValue<::mlir::VectorType> indiceVec = op.getOffsets();
417417
VectorType indiceVecTy = indiceVec.getType();
418+
418419
SmallVector<Type> convertedIndiceTypes =
419420
getUnrolledTypes(indiceVecTy, *targetShape);
420421
SmallVector<Value> convertedIndiceVec =

0 commit comments

Comments
 (0)