[Mlir-commits] [mlir] [mlir][linalg] Add scalable vectorisation for depthwise convolutions (PR #81625)
Diego Caballero
llvmlistbot at llvm.org
Wed Feb 14 15:27:48 PST 2024
================
@@ -2697,6 +2714,7 @@ struct Conv1DGenerator
return;
break;
}
+ hasTensorSemantics = linalgOp.hasPureTensorSemantics();
----------------
dcaballe wrote:
?
https://github.com/llvm/llvm-project/pull/81625
More information about the Mlir-commits
mailing list