Using cusolverDnSgesvd inside cuda graph APIs results in CUSOLVER_STATUS_INTERNAL_ERROR

I don’t know if this is a bug of cuda graph. Do cuda solver APIs support cuda graph? I find some examples of cublas and cusparse, but haven’t find any of cusolver yet.

Hi Ken_I. Welcome to the forum!

Most cuSOLVER routines should be compatible for now, but I’m afraid GESVD is an exception. We’re working on extending cuSOLVER to fully support CUDA graphs.

1 Like