Incorporate my code into MAGMA

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
dannnnn
Posts: 37
Joined: Tue Mar 03, 2015 3:41 pm

Incorporate my code into MAGMA

Post by dannnnn » Tue Mar 31, 2015 4:27 pm

I would like to know how difficult if I want to incorporate my code into this library?
I tried to use the ILU preconditioner with BiCGStab and I noticed the run time is even slower than the pure BiCGStab. If I would like to developing my own ILU, how hard it would be for me to put my code into your library?(I would like to know whether your ILU preconditioner is a wrapper of CuSparse ILU?)

Besides, I would like to know whether you are interested in developing block inverse?

Thanks!

Post Reply