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

Javed Absar llvmlistbot at llvm.org
Wed Nov 6 08:13:53 PST 2024


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

yes put up a separate PR

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


More information about the Mlir-commits mailing list