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 745f15f commit a3d0a64Copy full SHA for a3d0a64
mlir/lib/Conversion/ArmSMEToSCF/ArmSMEToSCF.cpp
@@ -496,6 +496,8 @@ struct TileVectorPrintOpConversion : public OpRewritePattern<vector::PrintOp> {
496
// Extract the current row from the tile.
497
Value rowIndex = forOp.getInductionVar();
498
// FIXME: Forward tile IDs.
499
+ // For now, if you vector.print a SME tile you need to do
500
+ // -allocate-arm-sme-tiles after -convert-arm-sme-to-scf.
501
auto tileSlice = rewriter.create<arm_sme::MoveTileSliceToVectorOp>(
502
loc, printOp.getSource(), rowIndex);
503
// Print the row with a 1D vector.print.
0 commit comments