[Mlir-commits] [mlir] [mlir][spirv][webgpu] Add lowering of IAddCarry to IAdd (PR #68495)

Jakub Kuderski llvmlistbot at llvm.org
Fri Oct 13 16:18:07 PDT 2023


kuhar wrote:

The runner test fails with:
```
******************** TEST 'MLIR :: mlir-vulkan-runner/iaddcarry_extended.mlir' FAILED ********************
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 4
mlir-vulkan-runner /home/jakub/llvm/llvm-project/mlir/test/mlir-vulkan-runner/iaddcarry_extended.mlir   --shared-libs=/home/jakub/llvm/build/relass/lib/libvulkan-runtime-wrappers.so,/home/jakub/llvm/build/relass/lib/libmlir_runner_utils.so   --entry-point-result=void | /home/jakub/llvm/build/relass/bin/FileCheck /home/jakub/llvm/llvm-project/mlir/test/mlir-vulkan-runner/iaddcarry_extended.mlir
# executed command: mlir-vulkan-runner /home/jakub/llvm/llvm-project/mlir/test/mlir-vulkan-runner/iaddcarry_extended.mlir --shared-libs=/home/jakub/llvm/build/relass/lib/libvulkan-runtime-wrappers.so,/home/jakub/llvm/build/relass/lib/libmlir_runner_utils.so --entry-point-result=void
# .---command stderr------------
# | loc("/home/jakub/llvm/llvm-project/mlir/test/mlir-vulkan-runner/iaddcarry_extended.mlir":25:59): error: expected ','
# | could not parse the input IR
# `-----------------------------
# error: command failed with exit status: 1
# executed command: /home/jakub/llvm/build/relass/bin/FileCheck /home/jakub/llvm/llvm-project/mlir/test/mlir-vulkan-runner/iaddcarry_extended.mlir
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  /home/jakub/llvm/build/relass/bin/FileCheck /home/jakub/llvm/llvm-project/mlir/test/mlir-vulkan-runner/iaddcarry_extended.mlir
# `-----------------------------
# error: command failed with exit status: 2
```

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


More information about the Mlir-commits mailing list