-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 x slower with LLVM 4.X - 5.X #18
Comments
Could you spend some time on minimizing this? Thanks! |
Done, please see gists list in the issue. |
@9il: What would probably be most useful is to generate the LLVM IR for the kernel function ( |
Yes. |
I have requested account at bugs.llvm.org |
Okay, thanks. If there are any issues with the account, I can also make the report for you. |
Any update on this? And does LLVM 4.0 only decrease performance on your code or are there improvements as well? We'll have to decide on the compiler to use to ship the pre-built 1.2 binaries soon. |
Only LLVM 4.0 has no bad AVX512 support. Feel free to update compiler to the LLVM 4.0. GLAS is not completely implemented for BLAS API. I will fill the issue and send link to the LDC gitter |
Any news on whether v4.0.1 or v5.0.0 fix this? |
I can not compile LDC with LLVM 5.0 on macos |
@9il: See Gitter – you might need to turn off detection of LLD headers explicitly with LLVM 5.0 until this is fixed. |
It is not fixed in v5.0 |
LLVM 4.0, avx512f has the same issue as LLVM 4.0, broadwell.
vs
The text was updated successfully, but these errors were encountered: