[Mlir-commits] [mlir] [mlir][tensor] Add a tensor.concat operation (PR #72779)

Quinn Dawkins llvmlistbot at llvm.org
Mon Nov 20 05:46:58 PST 2023


================
@@ -77,6 +77,10 @@ struct TestTensorTransforms
       llvm::cl::desc("Test folding ops into tensor.pack and tensor.unpack"),
       llvm::cl::init(false)};
 
+  Option<bool> testDecomposeConcat{
----------------
qedawkins wrote:

Sounds good to me! I just wasn't sure if we were happy with having testing stories being tied to transform ops.

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


More information about the Mlir-commits mailing list