[Mlir-commits] [mlir] [mlir][tensor][linalg] Move Pack/Unpack Ops to Linalg (PR #123902)

Kunwar Grover llvmlistbot at llvm.org
Thu Jan 23 08:35:32 PST 2025


================
@@ -178,6 +178,14 @@ def LinalgConvolutionOpInterface : OpInterface<"ConvolutionOpInterface"> {
   ];
 }
 
+// TODO:
+def LinalgRelayoutOpInterface : OpInterface<"RelayoutOpInterface"> {
+  let description = [{
+    TODO
+  }];
+  let cppNamespace = "::mlir::linalg";
+}
+
----------------
Groverkss wrote:

nit: remove TODO

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


More information about the Mlir-commits mailing list