-
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 failures with gcc/10+armpl/21 #1332
Comments
@e10harvey I will look at this issue. |
@e10harvey I have looked into this. I think these failures are only caused by ARMPL because when I tested with OpenBLAS TPL, these openmp gesv tests passed (Note that gesv currently can only work with either MAGMA TPL or BLAS TPL, we don't have a fall-back implementation yet, sorry for my lazziness). An interesting thing is that these gesv tests fail with even numbers of OMP_NUM_THREADS. If we set OMP_NUM_THREADS to an odd number (ex: 47, 21, ...), these tests pass. |
The |
@vqd8a : Are there any updates on this? Once this is resolved, we can enable Armpl CI checks and improve our code coverage. |
@e10harvey Hi Evan, I do not have any update recently. I will find time to look at these tests on Hip. |
Thanks, @vqd8a. Yes, I will set OMP_NUM_THREADS. Do you already have a bug report filed for armpl? |
@e10harvey I did not. I can do that. |
Thank you, @vqd8a. Can this be closed? |
Yes. I am closing it. |
@vqd8a, when standing up the A64FX CI testing I encountered these test failures. Can you investigate?
Snippet of ctest output
Reproducer instructions
The text was updated successfully, but these errors were encountered: