[Mlir-commits] [mlir] [mlir] Add apply_patterns.linalg.generalize_pack_unpack TD Op (PR #116373)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Sat Nov 16 03:19:24 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
----------------
banach-space wrote:
> Do we need the --test-transform-dialect-erase-schedule flag?
We do not - old habits :) I will remove it before landing.
https://github.com/llvm/llvm-project/pull/116373
More information about the Mlir-commits
mailing list