A demo of cusolver stream on solving eigen problem of a large number of small matrix.
After analyses with Nsight system, I found that either Jacobi or divide and conquer method is unable to employ multi-stream. As there are unavoidable pageable memory copies in these two function, there is no way to realize overlap calculation.
Besides, it is different in cublas where overlap calculation can be watched in Nsight System clearly.