-
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 failures with cusolver tpl enabled, Cuda.svd_* unit tests #2096
Comments
Hum, this was tested with the auto-tester but I guess there is at least a corner case in which we are calling the test when we really should not. |
@lucbv thanks for #2103 , that resolved the
|
@ndellingwood this particular one seems to be gone although there is a new Cuda issue in the nightly that looks like this:
and also an issue with oneMKL that looks similar?
|
@lucbv I posted as a follow on to this issue. I'll open a separate issue for tracking |
Okay let me know if you want to close this one then? I think the issue with the non-square matrices on CUDA should be resolved but the problem above is new so will need to investigate. |
@lucbv correct, this issue is resolved so I'll open a new issue for the different types of failures. There had been some preexisting MKL failures and I hadn't noticed the new stuff come through, thanks for catching that! |
Nightly test failures occurring with Cusolver enabled in the svd unit tests of the form
"CUSOLVER does not support SVD for matrices with more columns than rows..."
Adding @lucbv , cross-reference #2092
Reproducer (weaver rhel8 queue):
The text was updated successfully, but these errors were encountered: