-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
AVX test failures for 32 bit manylinux1 wheels #17174
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
Comments
this is the flaky 'reciprocal' ufunc on 32-bits we have seen in other places. like this issue about msse2 flags, this one that seems to be a problem with older gcc |
I think dropping manylinux1 wheels for linux-32-bit is an option. Should we run it past the mailing list? |
Yes, it was one of the options I was considering for 1.20. The other was dropping Python 3.6, at least from the wheels. I think moving to newer compilers is something we need to do when we can. |
I'll make a post. |
No wait, please assign me to this issue, I will fix it. |
Done. Note that I (we?) were contemplating dropping manylinux1 even without the 32 bit problems. |
See test here. The problem is in
TestAVXUfuncs.test_avx_based_ufunc
. Note that the manylinux2010 wheels are fine. One possible solution not providing manylinux1 wheels for NumPy 1.20.TestAVXUfuncs.test_avx_based_ufunc
Reproducing code example:
Error message:
Numpy/Python version information:
The text was updated successfully, but these errors were encountered: