-
Notifications
You must be signed in to change notification settings - Fork 561
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
Building with high parallelism and CUDA support results in sporadic build failures #1313
Comments
Filed as internal issue #OSD-426 |
Interesting. We haven't seen that before. |
Hi! Thanks for the reply.
Log output of configure stage + build flagsNote that I have manually wrapped the cmake flags to make them easier to read.
(Remainder of logs omitted) |
Thanks for the additional information! |
I just hit this failure when building nixpkgs. The build succeeded on retry. Just making it known that the workaround is not a silver bullet. |
Building with 48 threads, of 50 sequential builds, 19 failed (38% failure rate). Am building via nixpkgs drv, but I don’t see any reason why it’s specific to that build environment. Building without CUDA saw no failures in 50 runs.
My guess is there’s an implicit dependency somewhere, I spent a brief bit trying to find it but did not (I’m not very proficient with CMake).
I have seen at least two different failures:
and
The text was updated successfully, but these errors were encountered: