why cusolverRf doesn't support stream setting

Hi,

I checked the cusolver library, including cusolverDn, cusolverSp and cusolverRf. I find only cusolverRf has not function to support stream setting. There is not stream setiting fuction in header file cusolverRf.h. Is it possible to use cusolverRf with stream?

Thanks~
yijiang

1 Like

Even I m facing the Same problem, I could not set a stream to cudaRF handles, which is making that process a Blocking to other CPU Functions.

.

Details :
I m running the following program in a V100 Module.

Is there any way , we can set an nonBlocking stream to the RFhandle , which could make the process Non blocking for next CPU function.

Any help will be appreciated

Thanks