[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:27 PST 2025


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 3353 tests passed
* 411 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
"C:/Python39/python.exe" C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\amdgpu.py | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\amdgpu.py
# executed command: C:/Python39/python.exe 'C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\amdgpu.py'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\amdgpu.py'
# .---command stderr------------
# | C:\_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: C:\_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