-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[flang][hlfir] No regressions on BLAS/LAPACK #64750
Comments
HLFIR lowering looks OK for the BLAS/LAPACK version that we run downstream. |
I'm still stuck trying to get flang 17 to work on windows (spread over a couple of issues; most are referenced from conda-forge/flang-feedstock#28). I could build off of main with some effort, but I first want to be able to get flang 17 to compile a hello world on windows at all (help would be much appreciated...). Once that's done, I can easily throw it at various of our code bases, with or without The OpenBLAS folks were further along with this already, perhaps @martin-frbg (or @mmuetzel) could retry building OpenBLAS using a flang build off of main with |
No difference in the LAPACK testsuite results from 17RC3 with and without (There does however appear to be a regression in LLVM17's clang compilation of the AVX512 kernels for BLAS1 CASUM/ZASUM that looks similar to what Nvidia engineers found from their nvc OpenMathLib/OpenBLAS#4162 (comment) ) |
Thanks @martin-frbg @h-vetinari. I am closing this ticket as completed. |
Thanks @martin-frbg!
Worth another issue perhaps? |
Just for the record - this was now found to be caused by unsafe coding in OpenBLAS that just happened to work with gcc |
Part of https://discourse.llvm.org/t/rfc-enabling-the-hlfir-lowering-by-default/72778:
The text was updated successfully, but these errors were encountered: