Compilation with IBM XL crashes the compiler #865
Labels
Comments
|
I don't have a system on which i can recreate this, but i'm definitely open to understanding why it crashes the compiler and what the workaround might be. My guess is that it's the |
|
It crashes even in the firs DoNotOptimize. If one defines BENCHMARK_HAS_NO_INLINE_ASSEMBLY in benchmark.h the problem goes away. So probably that should be defined for IBM XL. Trying to see what the correct define to look for is later today. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to build google benchmark with IBM XL 16.1.1 and it crashed the compiler. Not sure if anyone wants to investigate a workaround or so.
In the end this is clearly a compiler bug since it at least shouldn't crash. But we have been working around compiler bugs in our codes not sure what googles philosophy on this is.
Forgot to paste system info this is a IBM Power 9 system with NVIDIA V100 GPUs in it running ReadHat 7.5. (kinda like Summit). I can't post to much more details unfortunately but here is uname output:
The text was updated successfully, but these errors were encountered: