[Mlir-commits] [llvm] [mlir] [mlir][spirv] Add an argmax integration test with `mlir-vulkan-runner` (PR #106426)
LLVM Continuous Integration
llvmlistbot at llvm.org
Wed Aug 28 14:27:47 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `mlir-nvidia-gcc7` running on `mlir-nvidia` while building `mlir,utils` at step 6 "test-build-check-mlir-build-only-check-mlir".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/116/builds/2781
<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 :: mlir-vulkan-runner/argmax.mlir' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
mlir-vulkan-runner /vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/test/mlir-vulkan-runner/argmax.mlir --shared-libs=/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.obj/lib/libvulkan-runtime-wrappers.so,/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.obj/lib/libmlir_runner_utils.so --entry-point-result=void | /vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.obj/bin/FileCheck /vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/test/mlir-vulkan-runner/argmax.mlir
# executed command: mlir-vulkan-runner /vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/test/mlir-vulkan-runner/argmax.mlir --shared-libs=/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.obj/lib/libvulkan-runtime-wrappers.so,/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.obj/lib/libmlir_runner_utils.so --entry-point-result=void
# executed command: /vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.obj/bin/FileCheck /vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/test/mlir-vulkan-runner/argmax.mlir
# .---command stderr------------
# | /vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/test/mlir-vulkan-runner/argmax.mlir:12:11: error: CHECK: expected string not found in input
# | // CHECK: [15]
# | ^
# | <stdin>:1:1: note: scanning from here
# | Compute shader execution time: 5.57us
# | ^
# | <stdin>:4:68: note: possible intended match here
# | Unranked Memref base@ = 0x58eae6a5a5f0 rank = 1 offset = 0 sizes = [1] strides = [1] data =
# | ^
# |
# | Input file: <stdin>
# | Check file: /vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/test/mlir-vulkan-runner/argmax.mlir
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: Compute shader execution time: 5.57us
# | check:12'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | 2: Command buffer submit time: 13us
# | check:12'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 3: Wait idle time: 67us
# | check:12'0 ~~~~~~~~~~~~~~~~~~~~~
# | 4: Unranked Memref base@ = 0x58eae6a5a5f0 rank = 1 offset = 0 sizes = [1] strides = [1] data =
# | check:12'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:12'1 ? possible intended match
# | 5: [0]
# | check:12'0 ~~~~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/106426
More information about the Mlir-commits
mailing list