[Mlir-commits] [mlir] [mlir][spirv] Use assemblyFormat to define groupNonUniform op assembly (PR #115662)

LLVM Continuous Integration llvmlistbot at llvm.org
Wed Nov 13 08:39:09 PST 2024


llvm-ci wrote:

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

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

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

```
Step 6 (test-build-check-mlir-build-only-check-mlir) failure: test (failure)
******************** TEST 'MLIR :: Conversion/SPIRVToLLVM/non-uniform-ops-to-llvm.mlir' FAILED ********************
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
/vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/mlir-opt -convert-spirv-to-llvm /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Conversion/SPIRVToLLVM/non-uniform-ops-to-llvm.mlir | /vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/FileCheck /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Conversion/SPIRVToLLVM/non-uniform-ops-to-llvm.mlir
# executed command: /vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/mlir-opt -convert-spirv-to-llvm /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Conversion/SPIRVToLLVM/non-uniform-ops-to-llvm.mlir
# .---command stderr------------
# | /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Conversion/SPIRVToLLVM/non-uniform-ops-to-llvm.mlir:32:33: error: expected '<'
# |   %0 = spirv.GroupNonUniformIAdd "Subgroup" "Reduce" %arg0 : i32
# |                                 ^
# `-----------------------------
# error: command failed with exit status: 1
# executed command: /vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/FileCheck /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Conversion/SPIRVToLLVM/non-uniform-ops-to-llvm.mlir
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  /vol/worker/mi200-buildbot/mlir-rocm-mi200/build/bin/FileCheck /vol/worker/mi200-buildbot/mlir-rocm-mi200/llvm-project/mlir/test/Conversion/SPIRVToLLVM/non-uniform-ops-to-llvm.mlir
# `-----------------------------
# error: command failed with exit status: 2

--

********************


```

</details>

https://github.com/llvm/llvm-project/pull/115662


More information about the Mlir-commits mailing list