cusolverRf and FLOATS

Hello, dear developers and users!
My question is about float (single precision) type support in cusolverRf sublibrary of cusolver library.
First of all, i’m interested in batch versions, but it seems entire sublibrary lacks type-specific functions. There are no functions for float type (or complex), just functions for double input arrays and variables. Also there is no type identification in function names like for example in cusolverDN and cusolverSp sublibraries (S,D,C letters in function names). Does it mean that cusolverRF can be used only with doubles or it’s just temporal thing. If so, when we could expect to have support for other types (for me, float is primary interest).
Thank you in advance.