cusolver LU decomposition pivoting

Hello,

I am using LU decomposition in cuSolver library (cusolverDngetrf). I would ask if there is some documentation explaining which algorithm is implemented.
I read the doc here: https://docs.nvidia.com/cuda/cusolver/index.html#cuds-lt-t-gt-getrf. It seems that it implements partial pivoting. I am wondering if it is.

Thanks,
Feng