-
Notifications
You must be signed in to change notification settings - Fork 88
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
Sporadic AVX2 failures on macOS CI #473
Comments
Think this is related to this change: #428 Looking at the config, think the Lines 115 to 121 in 680d020
|
cc @psobolewskiPhD (in case you have ideas here) |
I understood that |
FWIW am not certain either. Though that seemed like a plausible working theory that explained the behavior so far Sounds good. Thanks Peter! 🙏 We can give that a try and see how things go 🙂 |
Reopening as this issue is coming up in recent wheel builds: #474 (comment) |
Looking at these errors, it appears to be macOS ARM that is failing. So maybe the override needs this option too |
Have recently started seeing issues where macOS CI builds try to use AVX2 instructions even though they are likely unavailable on CI. However this is sporadic as it doesn't always occur in the same builds or Python versions. Rerunning CI seems to sometimes fix the issue. Maybe we just need to disable AVX2 in CI to fix this.
The text was updated successfully, but these errors were encountered: