[Mlir-commits] [mlir] [mlir][linalg] Enable masked vectorisation for depthwise convolutions (PR #81625)

Andrzej Warzyński llvmlistbot at llvm.org
Tue Mar 5 09:46:20 PST 2024


================
@@ -2697,6 +2714,7 @@ struct Conv1DGenerator
         return;
       break;
     }
+    hasTensorSemantics = linalgOp.hasPureTensorSemantics();
----------------
banach-space wrote:

Thanks for the suggestion, Ben! 🙏🏻 

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


More information about the Mlir-commits mailing list