cusolverRfSetupHost X cusolverRfSetup

I tried using the cusolverRfSetup shown in the cuSolver library documentation but my computer doesn´t recognize it, even though it will recognize the cusolverRfSetupHost. If I just use the cusolverRfSetupHost will there be any diference to the cusolverRfSetup? Will the computations still be done on the Device even though I did the setup using host inputs?

There appears to be a mismatch in the API documentation and what is exposed in cusolverRf.h

Try using cusolverRfSetupDevice instead of cusolverRfSetup

apologies for the confusion