-
-
Notifications
You must be signed in to change notification settings - Fork 11k
New CI failures. #18932
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
The test always passes on my machine, perhaps it is hardware related? |
The randomness is a bit worrisome. It might be the case that different standard C libraries vary in how they report underflows, but that doesn't explain randomness. |
One failing machine is reporting |
Where a passing machine is reporting |
so there is at least one case where it fails when AVX512F (and |
@mattip do you know if they use the same compilers? |
here are a bunch of CI runs with some failures, some successes. It seems the failure is correlated very well with AVX512F
|
just a simple nit, I'm not sure why CI didn't catch it during the pr build but maybe there's was no single worker with AVX512 support at that time. |
CI has started failing somewhat randomly with
The text was updated successfully, but these errors were encountered: