-
Notifications
You must be signed in to change notification settings - Fork 99
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
openmp.gesv_{double,mrhs_double,complex_double,mrhs_complex_double) failures w/ GCC 10.2.0 & c++17, with blas tpl enabled #1523
Comments
@vqd8a : Would you have time to take a look? |
@e10harvey: I will look at it. |
@e10harvey I think there are some issues with the current When I tried these tests with OpenBLAS 0.3.13 and higher versions installed in my home directory on Can we request for newer versions of OpenBLAS on |
Ok, I filed a ticket for this. |
@e10harvey for some reason despite PR #1562 the build is not using openblas 0.3.20 as seen in Jenkins output and reproducer instruction. This CI is currently failing for that reason. |
Note that I tested with the new openblas and the tests are passing with it, it's just not picked up by the script. |
Never mind, I found my issue... |
@e10harvey Can we close this issue since we had a newer version of OpenBLAS on blake and the tests passed? |
Yes, this can be closed. |
Thanks @e10harvey |
Example of failure output with gcc 10.2.0 & c++17:
Similar failures are printed for the other 3 tests.
Reproducer
With kokkos@4477a25ebe12b655cd5da273eec4ab954fbf32d5 and kokkos-kernels@0f5c8cc57f366a902cf415b97898d2ed88de9d56:
The text was updated successfully, but these errors were encountered: