[Mlir-commits] [mlir] [mlir] Add apply_patterns.linalg.generalize_pack_unpack TD Op (PR #116373)

Han-Chung Wang llvmlistbot at llvm.org
Fri Nov 15 13:51:40 PST 2024


================
@@ -1,5 +1,4 @@
-// RUN: mlir-opt -split-input-file --test-linalg-transform-patterns="test-generalize-tensor-pack"  %s | FileCheck %s
-
+// RUN: mlir-opt  --transform-preload-library='transform-library-paths=%p/td/generalize_pack.mlir' -split-input-file  --transform-interpreter --test-transform-dialect-erase-schedule %s | FileCheck %s
----------------
hanhanW wrote:

I'm not familiar with how `transform-preload-library` works in this case. Do we need the `--test-transform-dialect-erase-schedule` flag?

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


More information about the Mlir-commits mailing list