-
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
Nightly test failure with cuda/11.1 in cuda.batched_scalar_team_CG_double #1212
Comments
Yes, I am adding @kliegeois as assignee, it's part of the learning pain to see how the code builds and runs on all the nightly configurations : ) |
I am on it! |
I confirm that it is reproducible on the kokkos-dev-2 test machine; I am starting to investigate it. |
@kliegeois another nightly build on Weaver had some uninitialized variables trigger -Werror, hopefully you can catch these while investigating the cuda issue as well:
Reproducer (Weaver testbed):
|
@ndellingwood did it pass correctly? |
@kliegeois your PR resolved the failing nightlies, thanks! |
Following merge of PR #1155 the cuda/11.1 the
cuda.batched_scalar_team_CG_double
test began failing in nightly builds with cuda/11.1 + gcc/8.3.0 (host compiler) on Volta70 arch:Failure output:
Kokkos changes between the previous night's passing test were non-impactful on kokkos-kernels testing (removal trailing white-space, removal of a comment, CI-script related changes, no source code changes)
Reproducer:
SHAs
kokkos/kokkos@c840dad
133b7fc
@kliegeois may I assign to you to investigate? I think this should be reproducible on the kokkos-dev-2 test machine
The text was updated successfully, but these errors were encountered: