[Mlir-commits] [mlir] [mlir][TilingInterface] Move TilingInterface tests to use transform dialect ops. (PR #77204)

Han-Chung Wang llvmlistbot at llvm.org
Mon Jan 8 10:30:35 PST 2024


================
@@ -137,4 +188,14 @@ func.func @static_pad_tensor_outer_tiling(%input_tensor: tensor<7x9xf32>,
     } {__internal_transform__ = "pad_inner_tiling"} : tensor<7x9xf32> to tensor<15x16xf32>
----------------
hanhanW wrote:

We don't need these attributes after switching to transform dialects. The new tests match the op directly.

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


More information about the Mlir-commits mailing list