Hi,
I am quite happy with the way that this function (cusolverDnXgesvdr) is performing. The only issue is that on occasion it is failing with an internal error (cuSOLVER Error: 7) and it has to do with the data that is supplied. Perhaps my columns are not linearly independent or some condition like that. The issue is that even though it has caught the error the function totally brings down my application with no chance to elegantly recover. Is this by design? Can I tell it not to do this?
Regards,
Sam