[Mlir-commits] [mlir] [mlir][TilingInterface] Allow multiple results in PartialReductionOpInterface (PR #92624)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed May 22 09:48:48 PDT 2024


================
@@ -182,6 +182,9 @@ static LogicalResult generateLoopNestUsingForOp(
   if (loops.empty())
     return success();
 
+  assert(tiledResults.size() == destinationTensors.size() &&
----------------
MaheshRavishankar wrote:

I hope this is true. I am not a hundred percent sure, but I think it is true. Why do you need this assert?

https://github.com/llvm/llvm-project/pull/92624


More information about the Mlir-commits mailing list