Low level example code for cusolverSpXcsrlu() method.

In cusolver documentation, there are two ways for for using LU solver. One is to use high level function cusolverSpScsrlsvluHost() and other is to use set of low level calls(cusolverSpCreateCsrluInfoHost(), cusolverSpXcsrluAnalysisHost() etc…) one after another. Can some one point me to a sample which uses low level calls to solve x.

Are you looking for the CUDA Samples under “7_CUDALibraries”? i.e. ~/NVIDIA_CUDA-7.5_Samples/7_CUDALibraries/cuSolverRf