[Mlir-commits] [mlir] [mlir][ArmSME] Switch to an attribute-based tile allocation scheme (PR #73253)
Cullen Rhodes
llvmlistbot at llvm.org
Fri Nov 24 04:12:15 PST 2023
================
@@ -506,6 +496,7 @@ struct TileVectorPrintOpConversion : public OpRewritePattern<vector::PrintOp> {
rewriter.setInsertionPointToStart(forOp.getBody());
// Extract the current row from the tile.
Value rowIndex = forOp.getInductionVar();
+ // FIXME: Forward tile IDs.
----------------
c-rhodes wrote:
why is this a FIXME and not part of this patch? Is it more involved?
https://github.com/llvm/llvm-project/pull/73253
More information about the Mlir-commits
mailing list