you can use scikits.cuda http://lebedov.github.com/scikits.cuda/reference_cula.html
On Mon, Mar 11, 2013 at 12:46 PM, [email protected] <[email protected] > wrote: > Dear list, > > Is it possible to solve a linear system of the form Ax=d using PyCUDA? The > actual system I wish to solve is sparse and tridiagonal. > > I noticed the sparse module in the Docs, > http://wiki.tiker.net/PyCuda/Examples/SparseSolve, but I could understand > the code (I'm very familiar with Python, but not with CUDA). Is there an > example with comments or a tutorial would be even better. At the moment my > code is using scipy and numpy. > > Best wishes, > > Dan > > > _______________________________________________ > PyCUDA mailing list > [email protected] > http://lists.tiker.net/listinfo/pycuda > > -- Mohsen Jadidi
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
