Hi,
How can I use my matrix data(I, J, N, val) on CUDA memory to the AMGCL CUDA solver?
Currently, I copy those data from CUDA memory to main mamory once time and use make_tuple for initialize.
But it is really waist. I want to use GPU data directory for the solver.
Can I make it??