Good afternoon at all, I have several problem to solve multiple linear systems from GPU (directly on device) because cuSOLVER is not callable from device.
In order to you can understand I explain my problem.
I have about 1000 points to find for each point the own neighbors after that I must solve several linear system. Since cuSOLVER is not callable from device, can you suggest me other methods?
If I copy the computation on the host I loss the gain of performance.
Thanks at all.