[Mlir-commits] [mlir] [mlir][linalg] Support `ParamType` in `vector_sizes` option of `VectorizeOp` transform (PR #87557)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Apr 5 10:42:16 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r 72e2e4f7dc682fa3f6eda9f3cfbd20a8ffaac4e4...c2c47692fe140ddceb93a986b1c6ce16e5af441c mlir/test/python/dialects/transform_structured_ext.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- transform_structured_ext.py 2024-04-05 17:38:31.000000 +0000
+++ transform_structured_ext.py 2024-04-05 17:41:36.865055 +0000
@@ -209,10 +209,11 @@
# CHECK-LABEL: TEST: testVectorizeMixed
# CHECK: transform.sequence
# CHECK: %[[V0:.*]] = transform.structured.match
# CHECK: transform.structured.vectorize
# CHECK-SAME: vector_sizes [%[[V0]], 4]
+
@run
@create_sequence
def testVectorizeEmpty(target):
structured.VectorizeOp(target, [])
``````````
</details>
https://github.com/llvm/llvm-project/pull/87557
More information about the Mlir-commits
mailing list