[Mlir-commits] [mlir] [MLIR][Linalg] Add static shape masking option in vectorization (PR #214812)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Aug 12 03:41:31 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 8725 tests passed
* 646 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.python/dialects/transform_structured_ext.py</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_structured_ext.py | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_structured_ext.py
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_structured_ext.py
# .---command stderr------------
# | Traceback (most recent call last):
# | File "/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_structured_ext.py", line 290, in <module>
# | @run
# | ^^^
# | File "/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_structured_ext.py", line 19, in run
# | f()
# | File "/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_structured_ext.py", line 34, in decorated
# | func(sequence.bodyTarget)
# | File "/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_structured_ext.py", line 293, in testVectorizeNoArgs
# | structured.VectorizeOp(target)
# | File "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/python_packages/mlir_core/mlir/dialects/transform/structured.py", line 354, in __init__
# | super().__init__(
# | TypeError: VectorizeOp.__init__() missing 1 required positional argument: 'mask_bounds'
# `-----------------------------
# error: command failed with exit status: 1
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_structured_ext.py
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_structured_ext.py:304:17: error: CHECK-LABEL: expected string not found in input
# | # CHECK-LABEL: TEST: testVectorizeStatic
# | ^
# | <stdin>:183:26: note: scanning from here
# | TEST: testVectorizeNoArgs
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/transform_structured_ext.py
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 178: %0 = transform.structured.match ops{["test.dummy"]} in %arg0 : (!transform.any_op) -> !transform.any_op
# | 179: }
# | 180: }
# | 181:
# | 182:
# | 183: TEST: testVectorizeNoArgs
# | label:304'0 { } search range (exclusive bounds)
# | label:304'1 error: no match found in search range
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/214812
More information about the Mlir-commits
mailing list