[Mlir-commits] [mlir] 6ff7ef4 - [mlir][python] Fix-forward 9442b441c1c50e4e6782fd2e6aa16925c9d22e29.
Ingo Müller
llvmlistbot at llvm.org
Sat Sep 2 07:23:08 PDT 2023
Author: Ingo Müller
Date: 2023-09-02T14:23:04Z
New Revision: 6ff7ef433158b3af6e8d383ef6ed48c97fe23423
URL: https://github.com/llvm/llvm-project/commit/6ff7ef433158b3af6e8d383ef6ed48c97fe23423
DIFF: https://github.com/llvm/llvm-project/commit/6ff7ef433158b3af6e8d383ef6ed48c97fe23423.diff
LOG: [mlir][python] Fix-forward 9442b441c1c50e4e6782fd2e6aa16925c9d22e29.
That commit changed the mix-ins for the Python bindings of the PadOp
including some tests, but did not change the corresponding `CHECK`
statements. This patch does that.
Added:
Modified:
mlir/test/python/dialects/transform_structured_ext.py
Removed:
################################################################################
diff --git a/mlir/test/python/dialects/transform_structured_ext.py b/mlir/test/python/dialects/transform_structured_ext.py
index 84081161ab6a83..acf14c197fec41 100644
--- a/mlir/test/python/dialects/transform_structured_ext.py
+++ b/mlir/test/python/dialects/transform_structured_ext.py
@@ -355,7 +355,7 @@ def testPadOpArgs():
# CHECK-DAG: pack_paddings = [0]
# CHECK-DAG: pad_to_multiple_of = [128]
# CHECK-DAG: padding_dimensions = [1]
- # CHECK-DAG: padding_values = [4.200000e+01 : f32]
+ # CHECK-DAG: padding_values = [4.200000e+01 : f32, "0"]
# CHECK-DAG: transpose_paddings = {{\[}}[1, 0], [0, 1]]
More information about the Mlir-commits
mailing list