[Mlir-commits] [mlir] [mlir][linalg] Add e2e test for linalg.mmt4d + pack/unpack (PR #84964)

Cullen Rhodes llvmlistbot at llvm.org
Wed Mar 27 04:24:56 PDT 2024


================
@@ -0,0 +1,174 @@
+// DEFINE: %{compile} =  mlir-opt %s \
+// DEFINE:    -transform-interpreter -test-transform-dialect-erase-schedule \
+// DEFINE:    -one-shot-bufferize="bufferize-function-boundaries" -test-lower-to-llvm -o %t -o %t
----------------
c-rhodes wrote:

`-o` specified twice
```suggestion
// DEFINE:    -one-shot-bufferize="bufferize-function-boundaries" -test-lower-to-llvm -o %t
```

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


More information about the Mlir-commits mailing list