[Mlir-commits] [mlir] [mlir][tosa] Change MatMul zero-point to inputs (PR #129785)
LLVM Continuous Integration
llvmlistbot at llvm.org
Fri Mar 7 11:01:42 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `openmp-offload-sles-build-only` running on `rocm-worker-hw-04-sles` while building `mlir` at step 10 "Add check check-mlir".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/140/builds/18494
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 10 (Add check check-mlir) failure: test (failure)
******************** TEST 'MLIR :: Dialect/Tosa/ops.mlir' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/mlir-opt /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/mlir/test/Dialect/Tosa/ops.mlir --verify-each | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/mlir-opt | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/mlir/test/Dialect/Tosa/ops.mlir
# executed command: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/mlir-opt /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/mlir/test/Dialect/Tosa/ops.mlir --verify-each
# .---command stderr------------
# | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/mlir/test/Dialect/Tosa/ops.mlir:837:8: error: 'tosa.matmul' op expected 4 operands, but found 2
# | %0 = tosa.matmul %arg0, %arg1 : (tensor<1x14x19xf8E5M2>, tensor<1x19x28xf8E5M2>) -> tensor<1x14x28xf16>
# | ^
# | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/mlir/test/Dialect/Tosa/ops.mlir:837:8: note: see current operation: %0 = "tosa.matmul"(%arg0, %arg1) : (tensor<1x14x19xf8E5M2>, tensor<1x19x28xf8E5M2>) -> tensor<1x14x28xf16>
# `-----------------------------
# error: command failed with exit status: 1
# executed command: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/mlir-opt
# executed command: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/mlir/test/Dialect/Tosa/ops.mlir
# .---command stderr------------
# | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/mlir/test/Dialect/Tosa/ops.mlir:6:17: error: CHECK-LABEL: expected string not found in input
# | // CHECK-LABEL: argmax
# | ^
# | <stdin>:1:1: note: scanning from here
# | module {
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/mlir/test/Dialect/Tosa/ops.mlir
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: module {
# | label:6 X~~~~~~~~ error: no match found
# | 2: }
# | label:6 ~~
# | 3:
# | label:6 ~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/129785
More information about the Mlir-commits
mailing list