[Mlir-commits] [mlir] [mlir][amdgpu] Add Python bindings for TDM types (PR #172309)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Dec 15 06:57:28 PST 2025


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 7229 tests passed
* 597 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### MLIR
<details>
<summary>MLIR.python/dialects/amdgpu.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/amdgpu.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/amdgpu.py
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/amdgpu.py
# note: command had no output on stdout or stderr
# 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/amdgpu.py
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/amdgpu.py:62:11: error: CHECK: expected string not found in input
# |  # CHECK: !amdgpu.tdm_gather_base<f32, i32>`
# |           ^
# | <stdin>:22:23: note: scanning from here
# | !amdgpu.tdm_descriptor
# |                       ^
# | <stdin>:23:1: note: possible intended match here
# | !amdgpu.tdm_gather_base<f32, i32>
# | ^
# | 
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/dialects/amdgpu.py
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             .
# |             .
# |             .
# |            17: } 
# |            18:  
# |            19:  
# |            20: TEST: testTDMTypes 
# |            21: !amdgpu.tdm_base<f32> 
# |            22: !amdgpu.tdm_descriptor 
# | check:62'0                           X error: no match found
# |            23: !amdgpu.tdm_gather_base<f32, i32> 
# | check:62'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:62'1     ?                                  possible intended match
# |            24: module { 
# | check:62'0     ~~~~~~~~~
# |            25: } 
# | check:62'0     ~~
# |            26:  
# | check:62'0     ~
# | >>>>>>
# `-----------------------------
# 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/172309


More information about the Mlir-commits mailing list