Issue 96394
Summary mlir-cpu-runner tests (`check-mlir` target) fail on NVIDIA GH2000
Labels mlir
Assignees
Reporter brnorris03
    The `check-mlir` target fails on an NVIDIA GH2000 server (https://www.nvidia.com/en-us/data-center/grace-hopper-superchip/). My LLVM (commit ecf2a534) configuration, which works fine elsewhere:

```bash
cmake -G Ninja ../llvm \
 -DLLVM_ENABLE_PROJECTS=mlir \
   -DLLVM_TARGETS_TO_BUILD="host" \
 -DCMAKE_BUILD_TYPE=Release \
   -DLLVM_ENABLE_ASSERTIONS=ON \
 -DLLVM_ENABLE_RTTI=ON \
   -DLLVM_ENABLE_LIBEDIT=OFF
```

Output log and cmake cache are attached.

[err.txt](https://github.com/user-attachments/files/15936948/err.txt)
[CMakeCache.txt](https://github.com/user-attachments/files/15936946/CMakeCache.txt)

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to