I am writing an code that does calculations with thousands of sparse matrices on the GPU using cuSparse. Because memory is limited on the GPU, I need to treat them one by one as the rest of the memory is taken up by other GPU variables and dense matrices.I am writing an code that does calculations wit