llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `mlir-rocm-mi200` running 
on `mi200-buildbot` while building `mlir` at step 7 
"test-build-check-mlir-build-only-check-mlir".

Full details are available at: 
https://lab.llvm.org/buildbot/#/builders/177/builds/26062

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 7 (test-build-check-mlir-build-only-check-mlir) failure: test (failure)
******************** TEST 'MLIR :: 
Dialect/XeGPU/propagate-layout-subgroup.mlir' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/mlir-opt 
-xevm-attach-target='chip=pvc' -xegpu-propagate-layout="layout-kind=subgroup" 
-split-input-file 
/vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Dialect/XeGPU/propagate-layout-subgroup.mlir
 | /vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/FileCheck 
/vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Dialect/XeGPU/propagate-layout-subgroup.mlir
# executed command: 
/vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/mlir-opt 
-xevm-attach-target=chip=pvc -xegpu-propagate-layout=layout-kind=subgroup 
-split-input-file 
/vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Dialect/XeGPU/propagate-layout-subgroup.mlir
# executed command: 
/vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/FileCheck 
/vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Dialect/XeGPU/propagate-layout-subgroup.mlir
# .---command stderr------------
# | 
/vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Dialect/XeGPU/propagate-layout-subgroup.mlir:10:17:
 error: CHECK-SAME: expected string not found in input
# |  // CHECK-SAME: {layout_result_0 = #xegpu.layout<sg_layout = [8, 4], 
sg_data = [32, 32]>}
# |                 ^
# | <stdin>:5:90: note: scanning from here
# |  %1 = xegpu.load_nd %0 <{layout = #xegpu.layout<sg_layout = [8, 4], sg_data 
= [32, 32]>}> : !xegpu.tensor_desc<256x128xf32, #xegpu.layout<sg_layout = [8, 
4], sg_data = [32, 32]>> -> vector<256x128xf32>
# |                                                                             
             ^
# | <stdin>:6:17: note: possible intended match here
# |  xegpu.store_nd %1, %0 <{layout = #xegpu.layout<sg_layout = [8, 4], sg_data 
= [32, 32]>}> : vector<256x128xf32>, !xegpu.tensor_desc<256x128xf32, 
#xegpu.layout<sg_layout = [8, 4], sg_data = [32, 32]>>
# |                 ^
# | 
/vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Dialect/XeGPU/propagate-layout-subgroup.mlir:36:17:
 error: CHECK-SAME: expected string not found in input
# |  // CHECK-SAME: {layout_result_0 = #xegpu.layout<sg_layout = [4, 8], 
sg_data = [64, 32], order = [0, 1]>} :
# |                 ^
# | <stdin>:18:112: note: scanning from here
# |  %2 = xegpu.load_nd %0[0, 0] <{layout = #xegpu.layout<sg_layout = [4, 8], 
sg_data = [64, 32], order = [0, 1]>}> : !xegpu.tensor_desc<256x128xf32, 
#xegpu.layout<sg_layout = [4, 8], sg_data = [64, 32], order = [0, 1]>> -> 
vector<256x128xf32>
# |                                                                             
                                   ^
# | <stdin>:19:35: note: possible intended match here
# |  %3 = vector.transpose %2, [1, 0] {layout_result_0 = 
#xegpu.layout<sg_layout = [8, 4], sg_data = [32, 64], order = [1, 0]>} : 
vector<256x128xf32> to vector<128x256xf32>
# |                                   ^
# | 
# | Input file: <stdin>
# | Check file: 
/vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Dialect/XeGPU/propagate-layout-subgroup.mlir
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            1: module { 
# |            2:  gpu.module @test [#xevm.target<chip = "pvc">] { 
# |            3:  func.func @store_nd(%arg0: memref<256x128xf32>) { 
# |            4:  %0 = xegpu.create_nd_tdesc %arg0 : memref<256x128xf32> -> 
!xegpu.tensor_desc<256x128xf32, #xegpu.layout<sg_layout = [8, 4], sg_data = 
[32, 32]>> 
# |            5:  %1 = xegpu.load_nd %0 <{layout = #xegpu.layout<sg_layout = 
[8, 4], sg_data = [32, 32]>}> : !xegpu.tensor_desc<256x128xf32, 
#xegpu.layout<sg_layout = [8, 4], sg_data = [32, 32]>> -> vector<256x128xf32> 
# | same:10'0                                                                   
                           
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 error: no match found
# |            6:  xegpu.store_nd %1, %0 <{layout = #xegpu.layout<sg_layout = 
[8, 4], sg_data = [32, 32]>}> : vector<256x128xf32>, 
!xegpu.tensor_desc<256x128xf32, #xegpu.layout<sg_layout = [8, 4], sg_data = 
[32, 32]>> 
# | same:10'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | same:10'1                     ?                                             
                                                                                
                                                           possible intended 
match
# |            7:  return 
# | same:10'0     ~~~~~~~~
# |            8:  } 
# | same:10'0     ~~~
# |            9:  } 
...

```

</details>

https://github.com/llvm/llvm-project/pull/172125
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to