Issue |
129499
|
Summary |
[MLIR][RuntimeDyld] Relocation overflow error in multithreaded_tests.py on ppc64le
|
Labels |
mlir
|
Assignees |
|
Reporter |
nikic
|
The error does not happen every time. Output:
```
TEST: testBF16Memref
TEST: testF8E5M2Memref
RESULT: 4.7182817459106445
Relocation R_PPC64_REL32 overflow
UNREACHABLE executed at /home/nikic/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:1114!
Aborted (core dumped)
```
Sometimes there is a segfault instead:
```
TEST: testBF16Memref
TEST: testF8E5M2Memref
RESULT: 4.7182817459106445
RESULT: 4.7182817459106445
RESULT: 6
RESULT: 6
RESULT: -480
Segmentation fault (core dumped)
```
Sometimes it succeeds.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs