[Mlir-commits] [mlir] [mlir][linalg] unfold projected permutation. (PR #114704)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Nov 5 08:49:01 PST 2024


================
@@ -252,7 +252,7 @@ def LinalgStructuredInterface
       /*args=*/(ins),
       /*methodBody=*/"",
       /*defaultImplementation=*/[{
-        return getNumParallelLoops() ==  getNumParallelLoops();
+        return getNumParallelLoops() ==  getNumLoops();
----------------
banach-space wrote:

This looks like a bug-fix that deserves a dedicated PR, no?

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


More information about the Mlir-commits mailing list