I am solving AX=B using Cusparse for 1440 times (A is being modified, only diagonal elements, and B is also different). I am creating handle and analysis object just once.
I am using cusparseScrsilu0().
I want to perform this operation using streams. I have tried this using one handle and creating multiple streams but didn't get any speed-up.
Please, help me out of this problem.