[Mlir-commits] [mlir] [MLIR][Math][XeVM] Add MathToXeVM (`math-to-xevm`) pass (PR #159878)
LLVM Continuous Integration
llvmlistbot at llvm.org
Fri Oct 10 14:25:35 PDT 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 11 "Add check check-mlir".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/140/builds/32234
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 11 (Add check check-mlir) failure: test (failure)
******************** TEST 'MLIR :: Conversion/MathToXeVM/native-spirv-builtins.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/Conversion/MathToXeVM/native-spirv-builtins.mlir -gpu-module-to-binary="format=isa" -debug-only=serialize-to-isa 2> /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/mlir/test/Conversion/MathToXeVM/Output/native-spirv-builtins.mlir.tmp
# 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/Conversion/MathToXeVM/native-spirv-builtins.mlir -gpu-module-to-binary=format=isa -debug-only=serialize-to-isa
# .---redirected output from '/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/mlir/test/Conversion/MathToXeVM/Output/native-spirv-builtins.mlir.tmp'
# | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/mlir/test/Conversion/MathToXeVM/native-spirv-builtins.mlir:14:3: error: Cannot run `TargetRegistry::lookupTarget()` for SPIRV without having the target built.
# | gpu.module @kernel [#xevm.target] {
# | ^
# | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/mlir/test/Conversion/MathToXeVM/native-spirv-builtins.mlir:14:3: note: see current operation:
# | "gpu.module"() <{sym_name = "kernel", targets = [#xevm.target]}> ({
# | "llvm.func"() <{CConv = #llvm.cconv<spir_kernelcc>, function_type = !llvm.func<void ()>, intel_reqd_sub_group_size = 16 : i32, linkage = #llvm.linkage<external>, sym_name = "native_fcns", unnamed_addr = 0 : i64, visibility_ = 0 : i64}> ({
# | %0 = "llvm.mlir.constant"() <{value = 0.000000e+00 : f16}> : () -> f16
# | %1 = "llvm.mlir.constant"() <{value = 0.000000e+00 : f32}> : () -> f32
# | %2 = "llvm.mlir.constant"() <{value = 0.000000e+00 : f64}> : () -> f64
# | %3 = "llvm.mlir.constant"() <{value = dense<0.000000e+00> : vect
# | ...
# `---data was truncated--------
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/159878
More information about the Mlir-commits
mailing list