-
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
GEMM Serial test failures #528
Comments
Also failing with these builds:
Edit: Nearly all host builds are seeing this test fail. |
I think this will get tests back to passing:
I'll put in a PR shortly |
@ndellingwood Thanks! I shouldn't have skipped the extensive testing, lessons learned.. |
Yeah, my mistake for requesting to skip it since the Trilinos tests passed which included host builds, lessons learned indeed... |
The change above worked, single host run on kokkos-dev-2 confirmed:
I'll have a PR ready pretty quick here |
PR #529 issued. |
The GEMM unit test is failing in serial builds on White with the xl compiler following merge of PR #524
The change likely causing the serial failures was the modification in
unit_test/blas/Test_Blas3_gemm.hpp
from this
to this
@seheracer do you think if we add if-guards etc to allow the new
fill_random
calls when Cuda is enabled and allow the previous behavior otherwise will achieve the same goal, or is another approach needed?Edit: Adding link to failing Jenkins build
The text was updated successfully, but these errors were encountered: